Error Codes
We use HTTP status codes to indicate success or failure of a request.
200
OK
Request succeeded. Response included
201
Created
Request created
204
No Content
Request succeeded, but no response body
Inside each response upon status code is 200 OK, the breakdown for each error happen on processing point will be as followed
401
Unauthorized
403
Invalid UUID
425
Invoice already exists
404
Not Found
500
Internal Server Error Occur
6666
Invalid JWT Token
7777
JWT Token Expired
9100
Service Is Not Available Right Now
10018
Payment Service Not Active
10041
Payment Service ID Not Active
10201
Unauthorized Due To Permission
10149
Duplicate Payout Transaction System has prevention of withdrawal/payout duplication transaction within 3 hours if
a. amount b. account_no c. recipient_reference
are similar.
Last updated