Payment Methods
Authorizations
Query parameters
accountNumberstringOptionalExample:
corresponding accountNumber
679c482ee4420cb5b0966c9a
Header parameters
x-api-keystringOptional
User-AgentstringOptional
Responses
200Success
application/json
400Error
application/json
500Error
application/json
get
GET /payment-origins HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"type": "text",
"origin": "text",
"description": {
"title": "text",
"icon": "text",
"color": "text"
},
"minimumAmount": "text",
"maximumAmount": "text"
}
]
Authorizations
Query parameters
accountNumberstringOptionalExample:
corresponding accountNumber
679c482ee4420cb5b0966c9a
typestringOptionalExample:
type of destination
BANK_ACCOUNT
Header parameters
x-api-keystringOptional
User-AgentstringOptional
Responses
200Success
application/json
400Error
application/json
500Error
application/json
get
GET /payment-destinations HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "text",
"type": "text",
"amountOut": "text",
"currency": "text",
"settlement": "text",
"fee": {
"name": "text",
"type": "text",
"value": "text",
"amount": "text",
"currency": "text"
},
"identity": {
"name": "text",
"documentNumber": "text",
"externalId": "text",
"lastname": "text"
},
"bank": {
"accountNumber": "text",
"bank": "text",
"currency": "text",
"typeAccount": "text",
"accountHolder": "text",
"accountHolderDni": "text",
"country": "text"
},
"account": {
"id": "text",
"identityId": "text",
"externalId": "text",
"type": "text",
"currency": "text",
"accountNumber": "text",
"accountHolder": "text",
"custodyBankAccount": {
"accountNumber": "text",
"bank": "text",
"currency": "text",
"typeAccount": "text",
"country": "text"
}
},
"card": {
"number": "text",
"holder": "text",
"expiryMonth": "text",
"expiryYear": "text",
"brand": "text",
"cardType": "text",
"last4": "text",
"country": "text"
},
"paymentInitiation": {
"type": "text",
"origin": "text",
"referenceId": "text",
"description": {
"title": "text",
"icon": "text",
"color": "text"
},
"url": "text",
"token": "text",
"minimumAmount": "text",
"maximumAmount": "text"
},
"paymentLink": {
"provider": "text",
"name": "text",
"payer": {
"name": "text",
"email": "text"
},
"paymentMethods": [
"text"
],
"paymentMethod": {
"type": "text",
"card": {
"number": "text",
"holder": "text",
"expiryMonth": "text",
"expiryYear": "text",
"brand": "text",
"cardType": "text",
"last4": "text",
"country": "text"
},
"bank": {
"id": "text",
"externalId": "text",
"accountNumber": "text",
"nickname": "text",
"bank": "text",
"currency": "text",
"typeAccount": "text",
"accountHolder": "text",
"accountHolderDni": "text",
"country": "text",
"createdAt": "2025-06-22T16:14:53.012Z",
"updatedAt": "2025-06-22T16:14:53.012Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
},
"expiredAt": "text",
"metadata": {
"description": "text"
}
},
"externalCheckout": {
"provider": "text",
"configuration": {
"currency": "text",
"amount": "text",
"reference": "text",
"redirectURL": "text",
"expirationTime": "text",
"description": "text"
},
"customer": {
"email": "text",
"fullName": "text",
"firstName": "text",
"lastName": "text",
"phoneNumber": "text",
"legalId": "text",
"legalIdType": "text"
},
"authentication": {
"publicKey": "text",
"token": "text"
},
"providerResponse": {
"providerCheckoutId": "text",
"checkoutURL": "text",
"sessionCode": "text",
"status": "text",
"additionalData": {}
},
"paymentMethod": {
"type": "text",
"card": {
"number": "text",
"holder": "text",
"expiryMonth": "text",
"expiryYear": "text",
"brand": "text",
"cardType": "text",
"last4": "text",
"country": "text"
},
"bank": {
"id": "text",
"externalId": "text",
"accountNumber": "text",
"nickname": "text",
"bank": "text",
"currency": "text",
"typeAccount": "text",
"accountHolder": "text",
"accountHolderDni": "text",
"country": "text",
"createdAt": "2025-06-22T16:14:53.012Z",
"updatedAt": "2025-06-22T16:14:53.012Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
}
}
}
]