Skip to main content

Payment

idstringrequired

The unique identifier of the payment

slipIdstring

The unique identifier of the slip

statusCheckoutPaymentStatus (string)required

Possible values: [PREVIEW, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED]

amountinteger<int64>required

The amount to be transferred to the recipient in minor units.

currencyCodeCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
availableBalanceinteger<int64>required

The available balance of the recipient account

balanceAfterUpdateinteger<int64>required

The balance of the recipient account after the transfer

createdAtstring<date-time>required

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
Payment
{
"id": "string",
"slipId": "string",
"status": "PREVIEW",
"amount": 0,
"currencyCode": "EUR",
"availableBalance": 0,
"balanceAfterUpdate": 0,
"createdAt": "2021-07-15T17:54:12Z"
}