checkout session
Owner Identity Id
1234aDestination Account Number
1234Checkout session status
ATTEMPT(dd/mm/yyyy) Start date filters created Date min
01/04/2025(dd/mm/yyyy) End date filters created Date max
08/04/2025Sorts the results by param:asc | param:desc
createdAt:descSpecifies the maximum number of items to return in a single request.
50Skips the input value from the current view
0v1: empty ; v2: 24-04-2025
none, is the first API versionExample: 24-04-2025The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
GET /checkout-sessions HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
{
"pagination": {
"count": 1,
"next": 1,
"previous": 1,
"total": 1
},
"results": [
{
"id": "text",
"paymentLinkId": "text",
"checkoutToken": "text",
"paymentConfigs": [
{
"currency": "text",
"product": "text",
"exchangeRate": "text",
"paymentMethods": [
{
"id": "text",
"type": "text",
"enabled": true,
"requiredFields": [
"text"
],
"purchaseAmount": "text"
}
]
}
],
"createdAt": "2025-12-07T04:53:12.758Z",
"status": "ATTEMPT",
"items": [
{
"preTaxAmount": "text",
"totalAmount": "text",
"description": "text",
"tax": {
"name": "text",
"type": "FIXED",
"value": "text",
"amount": "text"
}
}
],
"currency": "text",
"preTaxAmount": "text",
"totalAmount": "text",
"url": "text",
"paymentMethodsAllowed": [
"CARD"
],
"customer": {
"firstName": "text",
"email": "text",
"lastName": "text",
"phoneNumber": "text",
"phoneNumberPrefix": "text",
"documentType": "text",
"documentNumber": "text",
"address": {
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"streetNumber": "text",
"optionalAddress": "text",
"country": "text",
"zipcode": "text"
}
},
"redirectUrl": "text",
"destinations": [
{
"name": "text",
"type": null,
"externalId": "text",
"amount": "text",
"metadata": {
"image": "text",
"description": "text",
"category": "text"
},
"account": {
"type": "CHECKING",
"currency": "text",
"accountNumber": "text",
"accountHolder": "text"
}
}
],
"customerRequirements": [
"firstName"
],
"expiresAt": "2025-12-07T04:53:12.758Z",
"owner": {
"identityId": "text",
"name": "text",
"lastname": "text",
"nickname": "text",
"documentNumber": "text",
"entityType": "text"
}
}
]
}The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
GET /checkout-sessions/{checkout_session_id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
{
"id": "text",
"paymentLinkId": "text",
"checkoutToken": "text",
"paymentConfigs": [
{
"currency": "text",
"product": "text",
"exchangeRate": "text",
"paymentMethods": [
{
"id": "text",
"type": "text",
"enabled": true,
"requiredFields": [
"text"
],
"purchaseAmount": "text"
}
]
}
],
"createdAt": "2025-12-07T04:53:12.758Z",
"status": "ATTEMPT",
"items": [
{
"preTaxAmount": "text",
"totalAmount": "text",
"description": "text",
"tax": {
"name": "text",
"type": "FIXED",
"value": "text",
"amount": "text"
}
}
],
"currency": "text",
"preTaxAmount": "text",
"totalAmount": "text",
"url": "text",
"paymentMethodsAllowed": [
"CARD"
],
"customer": {
"firstName": "text",
"email": "text",
"lastName": "text",
"phoneNumber": "text",
"phoneNumberPrefix": "text",
"documentType": "text",
"documentNumber": "text",
"address": {
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"streetNumber": "text",
"optionalAddress": "text",
"country": "text",
"zipcode": "text"
}
},
"redirectUrl": "text",
"destinations": [
{
"name": "text",
"type": null,
"externalId": "text",
"amount": "text",
"metadata": {
"image": "text",
"description": "text",
"category": "text"
},
"account": {
"type": "CHECKING",
"currency": "text",
"accountNumber": "text",
"accountHolder": "text"
}
}
],
"customerRequirements": [
"firstName"
],
"expiresAt": "2025-12-07T04:53:12.758Z",
"owner": {
"identityId": "text",
"name": "text",
"lastname": "text",
"nickname": "text",
"documentNumber": "text",
"entityType": "text"
}
}The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
Reference for checkout url
Currency for payment
Amount of seconds for payment link to be inactivated after creation
The URL to which the end user will be redirected after successful payment completion.
The URL to which the end user will be redirected after failed payment or cancellation.
POST /checkout-sessions HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Content-Type: application/json
Accept: */*
Content-Length: 1044
{
"checkoutToken": "text",
"items": [
{
"preTaxAmount": "text",
"totalAmount": "text",
"description": "text",
"tax": {
"name": "text",
"type": "FIXED",
"value": "text",
"amount": "text"
}
}
],
"currency": "text",
"paymentMethodsAllowed": [
"CARD"
],
"customer": {
"firstName": "text",
"email": "text",
"lastName": "text",
"phoneNumber": "text",
"phoneNumberPrefix": "text",
"documentType": "text",
"documentNumber": "text",
"address": {
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"streetNumber": "text",
"optionalAddress": "text",
"country": "text",
"zipcode": "text"
}
},
"destinations": [
{
"name": "text",
"type": null,
"externalId": "text",
"amount": "text",
"metadata": {
"image": "text",
"description": "text",
"category": "text"
},
"account": {
"type": "CHECKING",
"currency": "text",
"accountNumber": "text",
"accountHolder": "text"
}
}
],
"duration": 1,
"customerRequirements": [
"firstName"
],
"owner": {
"identityId": "text",
"name": "text",
"lastname": "text",
"nickname": "text",
"documentNumber": "text",
"entityType": "text"
},
"successUrl": "text",
"failedUrl": "text"
}{
"id": "text",
"paymentLinkId": "text",
"checkoutToken": "text",
"paymentConfigs": [
{
"currency": "text",
"product": "text",
"exchangeRate": "text",
"paymentMethods": [
{
"id": "text",
"type": "text",
"enabled": true,
"requiredFields": [
"text"
],
"purchaseAmount": "text"
}
]
}
],
"createdAt": "2025-12-07T04:53:12.758Z",
"status": "ATTEMPT",
"items": [
{
"preTaxAmount": "text",
"totalAmount": "text",
"description": "text",
"tax": {
"name": "text",
"type": "FIXED",
"value": "text",
"amount": "text"
}
}
],
"currency": "text",
"preTaxAmount": "text",
"totalAmount": "text",
"url": "text",
"paymentMethodsAllowed": [
"CARD"
],
"customer": {
"firstName": "text",
"email": "text",
"lastName": "text",
"phoneNumber": "text",
"phoneNumberPrefix": "text",
"documentType": "text",
"documentNumber": "text",
"address": {
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"streetNumber": "text",
"optionalAddress": "text",
"country": "text",
"zipcode": "text"
}
},
"redirectUrl": "text",
"destinations": [
{
"name": "text",
"type": null,
"externalId": "text",
"amount": "text",
"metadata": {
"image": "text",
"description": "text",
"category": "text"
},
"account": {
"type": "CHECKING",
"currency": "text",
"accountNumber": "text",
"accountHolder": "text"
}
}
],
"customerRequirements": [
"firstName"
],
"expiresAt": "2025-12-07T04:53:12.758Z",
"owner": {
"identityId": "text",
"name": "text",
"lastname": "text",
"nickname": "text",
"documentNumber": "text",
"entityType": "text"
}
}The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
DELETE /checkout-sessions/{checkout_session_id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
{}Last updated

