Api Wallet
Errors

Wallet API Error Codes

  • Payment
CodeMessageLikely CauseRecommended Action
401UnauthorizedInvalid authenticationCheck the API key
500Internal Server ErrorServer errorTry again later

  • Transfer
CodeMessageLikely CauseRecommended Action
400Invalid amountAmount exceeds the provider’s maximum limitCheck the amount
401UnauthorizedInvalid authenticationCheck the API key
500Internal Server ErrorServer errorTry again later

  • Refund
CodeMessageLikely CauseRecommended Action
401UnauthorizedInvalid authenticationCheck the API key
403Refund not allowedTransaction is not refundableVerify the refund conditions
404Payment not foundReference not foundCheck the original reference
409Duplicate refundRefund attempt already processedUse a different idempotency key
500Internal Server ErrorServer errorTry again later