Payment-links
Comma separated id to list payment links for.
Comma separated status to list payment links for.
Comma separated destination account number to list payment links for.
Comma separated customer email to list payment links for.
Specifies the maximum number of items to return in a single request.
0A cursor indicating the position of the last retrieved item.
0A cursor indicating how many items to skip from the request
0Comma separated owner identityIds to list payment links for.
The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
ConomyAppGET /payment-links 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",
"checkoutToken": "text",
"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"
}
},
"createdAt": "2025-12-05T21:58:58.111Z",
"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"
}
]
}Paymen link id
The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
GET /payment-links/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
{
"id": "text",
"checkoutToken": "text",
"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"
}
},
"createdAt": "2025-12-05T21:58:58.111Z",
"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"
}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 /payment-links 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",
"checkoutToken": "text",
"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"
}
},
"createdAt": "2025-12-05T21:58:58.111Z",
"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"
}Only ATTEMPT and EXPIRED links can be deleted
Paymen link id
The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
DELETE /payment-links/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
No content
The API key used for authentication when making requests to the API Gateway.
Identifies the application making the request.
POST /payment-links/{id}/activate HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-key: text
User-Agent: text
Accept: */*
{
"id": "text",
"checkoutToken": "text",
"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"
}
},
"createdAt": "2025-12-05T21:58:58.111Z",
"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"
}Last updated

