POST
/
v1
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/instalment/v1 \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "from": "TRANSACTION",
  "transactionId": "12345678",
  "description": "Buy now, pay in 2 months",
  "planOptions": {
    "type": "BUY_NOW_PAY_LATER",
    "shift": "2"
  }
}'
{
  "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

Response

201
application/json
Successful creation of an instalment

The response is of type object.