Create an instalment
This operation will create an instalment plan
Authorizations
Basic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.
Query Parameters
The audit user to log the request
Body
The source type for the instalment.
TRANSACTION "TRANSACTION"
Transaction that will be converted into instalments
"8767653"
The paymentPlan.type field should be BUY_NOW_PAY_LATER.
- BUY_NOW_PAY_LATER
- INTEREST_FREE
- FIXED_INTEREST
Optional text describing the instalment request
255"Instalment for product #4567"
Response
Successful creation of an instalment
When a payment is declined, a response description is returned, if available, providing more context on why the transaction failed. This includes a return code and a brief explanation. If multiple issues cause the decline, only one response description is sent; the most recent reason for decline is returned. If the payment is successful, the resourceResponse attribute is returned with null value.
"061-Usage Limit '24H_RETAIL' Amount Exceeded"
Will contain the ID of the resource that has been created or updated

