Get the status of a 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 |
PENDING - Awaiting processingPROCESSING - Being processedSUCCESS - Transaction successfulFAILED - Transaction failedCANCELLED - Transaction cancelled