CheckoutSessionResponse
The unique identifier of the checkout session
The secure code for the sessionId
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12ZRepresents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12ZPossible values: [CREATED, SENDER_BOUND, PAYMENT_BOUND, COMPLETED, EXPIRED, CANCELLED]
The brand of the recipient
The url where the wallet checkout flow starts
Thr url where the user is being redirected after login
The merchant reference number of the checkout session
The amount to be transferred to the recipient in minor units.
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
EURThe redirect URL of the session
recipient object
The id of the wallet.
sender objectrequired
The id of the wallet.
The email address of the sender associated with the wallet account email
lineItems object[]required
The name of the item
The product code of the item
The quantity of the item
The unit amount of the item
The total amount of the item
payment object
The unique identifier of the payment
The unique identifier of the slip
Possible values: [PREVIEW, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED]
The amount to be transferred to the recipient in minor units.
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
EURThe available balance of the recipient account
The balance of the recipient account after the transfer
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12Z{
"sessionId": "string",
"secureCode": "string",
"createdAt": "2021-07-15T17:54:12Z",
"expiresAt": "2021-07-15T17:54:12Z",
"paymentBoundAt": "2021-07-15T17:54:12Z",
"status": "CREATED",
"brand": "string",
"redirectUrl": "string",
"walletCheckoutPageUrl": "string",
"merchantRefNum": "string",
"amount": 0,
"currencyCode": "EUR",
"returnUrl": "string",
"recipient": {
"customerId": "string"
},
"sender": {
"customerId": "string",
"email": "string"
},
"lineItems": [
{
"description": "string",
"productCode": "string",
"quantity": 0,
"unitAmount": 0,
"totalAmount": 0
}
],
"payment": {
"id": "string",
"slipId": "string",
"status": "PREVIEW",
"amount": 0,
"currencyCode": "EUR",
"availableBalance": 0,
"balanceAfterUpdate": 0,
"createdAt": "2021-07-15T17:54:12Z"
}
}