Status explanation

1. trans_status explain:

  • pending: Transaction waiting to transfer

  • in_process: Transition in process

  • deny: Transaction was rejected

  • success: Transferation successfully

2. status_code explain:

  • 200: Success.

  • 404: Not found (gateway ports)

  • 402: Balance insufficient. (Merchant balance)

  • 403: Invalid Credential/Forbidden.

  • 422: Invalid Input.

  • 429: Request overloaded

  • 424: Failed Dependency (Bank’s server failed to request)

  • 500: Server failed to Response

Last updated