We provide a solution to schedule a debit. For example, it's possible to get a first payment at the beginning and get the rest later.

To do this, you can use a new node in the PaymentOrder/Create API : ScheduledOperations

"ScheduledOperations":
[
  {"Type":"ChargePaymentOrder",
   "Delay":90,
   "Amount":202.71
  }
]
<ScheduledOperations>
    <ScheduledOperation>
        <Type>ChargePaymentOrder</Type>
        <Delay>90</Delay>
        <Amount>202.71</Amount>
    </ScheduledOperation>
</ScheduledOperations>
ParameterDescriptionComment
TypeChargePaymentOrderTo define the operation : charge
DelayIn days, between the creation date and the chargeBetween 1 and 505. The hour can not be specified.
AmountThis amount has to be lower than the global amountThe currency is the same than the currency in the node PaymentOrder