Retrieve payment
Fetches comprehensive details of a payment by transactionId, tracking its lifecycle and current state for status updates, reconciliation, or customer service.
Last updated
Fetches comprehensive details of a payment by transactionId, tracking its lifecycle and current state for status updates, reconciliation, or customer service.
Last updated
Fetches comprehensive details of an existing payment transaction identified by transactionId
. This endpoint provides the payment's current state. It allows you to track the payment's lifecycle from initiation to completion, confirm successful transactions, or obtain information for customer service and reconciliation processes. It's crucial for integrating payment status updates and details into your system.
Unique identifier assigned to each payment transaction within the system. It is used to reference and track transactions across all API operations, such as creating, confirming, and querying payments.
curl -L \
--url '/payments/{transactionId}' \
--header 'x-api-key: YOUR_API_KEY'
{
"id": "text",
"externalId": "text",
"externalIdentityId": "text",
"identityId": "text",
"origins": [
{
"name": "text",
"type": "text",
"currency": "ARS",
"referenceId": "text",
"processing": "INSTANT_PAYMENT",
"fee": {
"name": "text",
"type": "TRANSACTION",
"method": "PERCENTAGE",
"currency": "ARS",
"value": "text"
},
"limits": {
"minAmount": "text",
"maxAmount": "text"
},
"metaData": {
"image": "text",
"title": "text",
"description": "text"
},
"paymentInitiation": {
"publicKey": "text",
"widgetLink": "text",
"signatureToken": "text",
"origin": {
"id": "text",
"identity": "text",
"externalId": "text",
"accountNumber": "text",
"nickName": "text",
"country": "ARG",
"currency": "ARS",
"financialInstitution": "text",
"type": "CASH_ACCOUNT",
"accountHolder": "text",
"accountHolderDni": "text",
"balances": {
"balance": "text",
"availableFunds": "text",
"accruedYield": "text",
"monthlyYield": "text"
},
"createdAt": "text",
"updatedAt": "text",
"iban": "text",
"sortCode": "text"
}
},
"account": {
"id": "text",
"identity": "text",
"externalId": "text",
"accountNumber": "text",
"nickName": "text",
"country": "ARG",
"currency": "ARS",
"financialInstitution": "text",
"type": "CASH_ACCOUNT",
"accountHolder": "text",
"accountHolderDni": "text",
"createdAt": "text",
"updatedAt": "text",
"iban": "text",
"sortCode": "text"
},
"crypto": {
"address": "text",
"token": "USDC",
"network": "ETHEREUM",
"extendedData": [
[
{
"name": "text",
"value": "text"
}
]
]
}
}
],
"originAmount": {
"amount": "text",
"currency": "ARS"
},
"destinations": [
{
"name": "text",
"type": "text",
"currency": "ARS",
"referenceId": "text",
"processing": "INSTANT_PAYMENT",
"fee": {
"name": "text",
"type": "TRANSACTION",
"method": "PERCENTAGE",
"currency": "ARS",
"value": "text"
},
"limits": {
"minAmount": "text",
"maxAmount": "text"
},
"metaData": {
"image": "text",
"title": "text",
"description": "text"
},
"paymentInitiation": {
"publicKey": "text",
"widgetLink": "text",
"signatureToken": "text",
"origin": {
"id": "text",
"identity": "text",
"externalId": "text",
"accountNumber": "text",
"nickName": "text",
"country": "ARG",
"currency": "ARS",
"financialInstitution": "text",
"type": "CASH_ACCOUNT",
"accountHolder": "text",
"accountHolderDni": "text",
"balances": {
"balance": "text",
"availableFunds": "text",
"accruedYield": "text",
"monthlyYield": "text"
},
"createdAt": "text",
"updatedAt": "text",
"iban": "text",
"sortCode": "text"
}
},
"account": {
"id": "text",
"identity": "text",
"externalId": "text",
"accountNumber": "text",
"nickName": "text",
"country": "ARG",
"currency": "ARS",
"financialInstitution": "text",
"type": "CASH_ACCOUNT",
"accountHolder": "text",
"accountHolderDni": "text",
"createdAt": "text",
"updatedAt": "text",
"iban": "text",
"sortCode": "text"
},
"crypto": {
"address": "text",
"token": "USDC",
"network": "ETHEREUM",
"extendedData": [
[
{
"name": "text",
"value": "text"
}
]
]
}
}
],
"destinationAmount": {
"amount": "text",
"currency": "ARS"
},
"type": "TOPUP_ACCOUNT",
"product": "text",
"status": "ATTEMPT",
"enrich": {
"merchantCode": "text",
"merchantName": "text",
"location": {
"country": "ARG",
"administrativeAreaLevel1": "text",
"administrativeAreaLevel2": "text",
"administrativeAreaLevel3": "text",
"street": "text",
"zipcode": "text",
"optionalAddress": "text"
}
},
"settlement": "INSTANT",
"fees": [
{
"name": "text",
"type": "TRANSACTION",
"method": "PERCENTAGE",
"currency": "ARS",
"value": "text"
}
],
"exchange": {
"id": "text",
"type": "SPOT",
"product": "text",
"status": "CREATED",
"origin": {
"id": "text",
"identity": "text",
"externalId": "text",
"accountNumber": "text",
"nickName": "text",
"country": "ARG",
"currency": "ARS",
"financialInstitution": "text",
"type": "CASH_ACCOUNT",
"accountHolder": "text",
"accountHolderDni": "text",
"createdAt": "text",
"updatedAt": "text",
"iban": "text",
"sortCode": "text"
},
"destination": {
"id": "text",
"externalId": "text",
"address": "text",
"token": "USDC",
"network": "ETHEREUM",
"type": "HOT",
"multisigType": "TSS",
"passphrase": "text",
"status": "ACTIVE",
"provider": "CONOMY",
"keys": {
"userKeychain": "text",
"backupKeychain": "text",
"providerKeychain": "text"
},
"extendedData": [
[
{
"name": "text",
"value": "text"
}
]
],
"createdAt": "text",
"updatedAt": "text"
},
"exchangeRate": "text",
"fee": "text",
"executable": true,
"provider": "text",
"marketValue": "text",
"extendedData": [
{
"name": "text",
"value": "text"
}
],
"createdAt": "text",
"updatedAt": "text"
},
"metaData": {
"description": "text",
"image": "text",
"category": "text"
},
"createdAt": "text",
"updatedAt": "text",
"expiredAt": "text"
}
Represents the comprehensive transaction entity encompassing the entire payment process. It includes details from the initial payment attempt through to the final payment confirmation. It is the primary reference for tracking and managing the lifecycle of a payment within the system.