Retrieve payment attempt
Retrieves detailed information of a payment attempt by transactionId, including its current state for monitoring, verification, or audit purposes.
Last updated
Retrieves detailed information of a payment attempt by transactionId, including its current state for monitoring, verification, or audit purposes.
Last updated
Retrieves detailed information about a specific payment-attempt using the transactionId
. This endpoint returns the current state of the payment attempt. It's essential for monitoring the progress of a payment attempt, verifying its details before proceeding, or fetching information for display or audit purposes in your application.
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 '/payment-attempts/{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.