Get the status of a transaction
Retrieve the details and status of a specific transaction.
Name | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Bearer YOUR_API_KEY |
Parameter | Type | Description |
---|---|---|
transactionId | string | Unique transaction identifier |
HTTP Code | Description |
---|---|
400 | Invalid parameters |
401 | Invalid API key |
403 | API under maintenance |
404 | Transaction not found |
Possible Statuses
PENDING
- Awaiting processingPROCESSING
- Being processedSUCCESS
- Transaction successfulFAILED
- Transaction failedCANCELLED
- Transaction cancelledSecurity
Entrez votre clé API comme: Bearer <API_KEY>
ID de la transaction
Transaction trouvée
The response is of type object
.
Get the status of a transaction
Retrieve the details and status of a specific transaction.
Name | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Bearer YOUR_API_KEY |
Parameter | Type | Description |
---|---|---|
transactionId | string | Unique transaction identifier |
HTTP Code | Description |
---|---|
400 | Invalid parameters |
401 | Invalid API key |
403 | API under maintenance |
404 | Transaction not found |
Possible Statuses
PENDING
- Awaiting processingPROCESSING
- Being processedSUCCESS
- Transaction successfulFAILED
- Transaction failedCANCELLED
- Transaction cancelledSecurity
Entrez votre clé API comme: Bearer <API_KEY>
ID de la transaction
Transaction trouvée
The response is of type object
.