POST
/
v1
{
  "description": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate towards Enfuce API. It is described in more detail in RFC 7617.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
from
enum<string>
required

The source type for the instalment.

Available options:
TRANSACTION
Example:

"TRANSACTION"

transactionId
string<biginteger>
required

Transaction that will be converted into instalments

Example:

"8767653"

planOptions
object
required

The paymentPlan.type field should be BUY_NOW_PAY_LATER.

description
string

Optional text describing the instalment request

Maximum length: 255
Example:

"Instalment for product #4567"

Response

Successful creation of an instalment

description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated