Payment Attempts
Authorizations
Query parameters
identityIdstringOptional
identityId
accountNumberstringOptional
account number
typestringOptional
Type of payment-attempt
startDatestringOptional
start date filter
endDatestringOptional
start date filter
limitstringOptional
Specifies the maximum number of items to return in a single request.
nextstringOptional
A cursor indicating the position of the last retrieved item.
Responses
200Success
application/json
get
GET /payment-attempts HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "text",
"name": "text",
"nickname": "text",
"email": "[email protected]",
"phone": "text",
"documentNumber": "text",
"documentType": "text",
"idv": "text",
"securityOptions": {
"twoFactorAuth": true,
"signTrx": true,
"signAccountsOperations": true,
"accessControl": {
"scopes": [
{
"resource": "text",
"reference": "text",
"permissions": [
"text"
]
}
]
}
},
"country": "text",
"children": [
{
"id": "text",
"name": "text",
"email": "text"
}
],
"status": "text",
"externalId": "text",
"lastname": "text",
"bankAccount": {
"id": "text",
"externalId": "text",
"accountNumber": "text",
"nickname": "text",
"bank": "text",
"currency": "text",
"typeAccount": "text",
"accountHolder": "text",
"accountHolderDni": "text",
"country": "text",
"createdAt": "2025-06-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"rules": {},
"gender": "text",
"kyc": {},
"watchList": {},
"extendedData": [
"text"
],
"createdAt": "2025-06-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z",
"address": {
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"streetNumber": "text",
"optionalAddress": "text",
"country": "text"
}
}
],
"pagination": {
"pagination": {
"count": null,
"next": null,
"previous": null,
"total": null
},
"results": [
{}
]
}
}
Authorizations
Header parameters
x-api-keystringOptional
User-AgentstringOptional
Body
objectOptional
Responses
201Success
application/json
400Error
application/json
500Error
application/json
post
POST /payment-attempts HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 567
{
"identityId": "679c482ee4420cb5b0966c9a",
"accountNumber": "123456",
"product": "ARS:ARS",
"type": "PAYMENT",
"purchaseAmount": "100",
"purchaseCurrency": "ARS",
"currency": "ARS",
"origins": [
{
"name": "ETPAY",
"type": "PAYMENT_INITATION",
"amount": "100",
"currency": "ARS",
"paymentInitiation": {
"origin": "ETPAY",
"referenceId": "external_payment_id_1"
}
}
],
"destinations": [
{
"type": "ACCOUNT",
"amount": "100",
"currency": "ARS",
"identity": {
"userId": "679c482ee4420cb5b0966c9a",
"name": "Juan Pérez",
"lastname": "Zúñiga",
"nickname": "Juanpe",
"dni": "12312252"
},
"account": {
"accountNumber": "123456"
}
}
]
}
{
"id": "text",
"externalId": "text",
"identityId": "text",
"identityExternalId": "text",
"accountNumber": "text",
"totalAmount": "text",
"currency": "text",
"description": "text",
"product": "text",
"status": "text",
"type": "P2P",
"purchaseAmount": "text",
"purchaseCurrency": "text",
"fees": [
{
"name": "text",
"type": "text",
"value": "text",
"amount": "text",
"currency": "text"
}
],
"createdAt": "text",
"updatedAt": "text",
"expiresAt": "text",
"capturedAt": "text",
"authorizedAt": "text",
"refundedAt": "text",
"origins": [
{
"name": "text",
"type": "text",
"externalId": "text",
"amount": "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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
}
},
"metadata": {
"image": "text",
"description": "text",
"category": "text"
}
}
],
"destinations": [
{
"name": "text",
"type": "text",
"externalId": "text",
"amount": "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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
}
},
"metadata": {
"image": "text",
"description": "text",
"category": "text"
}
}
],
"settlement": "text"
}
Authorizations
Path parameters
idstringRequired
Query parameters
typestringOptional
productstringOptional
Responses
200Success
application/json
get
GET /payment-attempts/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
"id": "text",
"externalId": "text",
"identityId": "text",
"identityExternalId": "text",
"accountNumber": "text",
"totalAmount": "text",
"currency": "text",
"description": "text",
"product": "text",
"status": "text",
"type": "P2P",
"purchaseAmount": "text",
"purchaseCurrency": "text",
"fees": [
{
"name": "text",
"type": "text",
"value": "text",
"amount": "text",
"currency": "text"
}
],
"createdAt": "text",
"updatedAt": "text",
"expiresAt": "text",
"capturedAt": "text",
"authorizedAt": "text",
"refundedAt": "text",
"origins": [
{
"name": "text",
"type": "text",
"externalId": "text",
"amount": "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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
}
},
"metadata": {
"image": "text",
"description": "text",
"category": "text"
}
}
],
"destinations": [
{
"name": "text",
"type": "text",
"externalId": "text",
"amount": "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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"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-22T18:34:25.965Z",
"updatedAt": "2025-06-22T18:34:25.965Z"
},
"wallet": {
"accountId": "text",
"provider": "text",
"referenceId": "text",
"address": "text"
}
}
},
"metadata": {
"image": "text",
"description": "text",
"category": "text"
}
}
],
"settlement": "text"
}