Error Codes
Welcome to Nextra! This is a basic docs template. you can use it as a starting point for your own docs site.
Initiate Transaction and Accept payment
Message | Code | Status Code | Description |
---|---|---|---|
null | null | 401 | Authorization required |
Invalid api key | invalid-api-key | 400 | When user enters an invalid api key |
The field \field name \" is mandatory and wasn't set (null) | missing-mandatory-value | 400 | When user misses to insert required fields. |
Failed to find currency | currency-not-found | 400 | When user enters and unsupported currency code |
null | 415 | Unsupported Media Type |
Verify payment
Message | Code | Status Code | Description |
---|---|---|---|
null | null | 401 | Authorization required |
Invalid api key | invalid-api-key | 400 | When user enters an invalid api key |
Transaction not found | transaction-not-found | 400 | When the transaction reference is invalid |
Payment not made yet |
List of Payment Methods
Message | Code | Status Code | Description |
---|---|---|---|
null | null | 401 | Authorization required |
Invalid api key | invalid-api-key | 400 | When user enters an invalid api key |
Get Transactions
Message | Code | Status Code | Description |
---|---|---|---|
null | null | 401 | Authorization required |
Invalid api key | invalid-api-key | 400 | When user enters an invalid api key |
Transfer
Message | Code | Status Code | Description |
---|---|---|---|
null | null | 401 | Authorization required |
Invalid api key | invalid-api-key | 400 | When user enters an invalid api key |
Failed to find payment method | payment-method-not-found | 400 | When user enters an invalid payment method |
Last updated on