Transaction Status
Retrieve the details and status of a specific transaction.Endpoint
Headers
Name | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Bearer YOUR_API_KEY |
URL Parameters
Parameter | Type | Description |
---|---|---|
transactionId | string | Unique transaction identifier |
Response
Successful Response (200)
Error Response (404)
Error Codes
HTTP Code | Description |
---|---|
400 | Invalid parameters |
401 | Invalid API key |
403 | API under maintenance |
404 | Transaction not found |
Request Example
Notes
-
Possible Statuses
PENDING
- Awaiting processingPROCESSING
- Being processedSUCCESS
- Transaction successfulFAILED
- Transaction failedCANCELLED
- Transaction cancelled
-
Security
- Only transactions linked to your API key are accessible
- Expired transactions are also returned
- History is maintained for reference
Authorizations
Entrez votre clé API comme: Bearer <API_KEY>
Path Parameters
ID de la transaction