Penta Pay - API DOCS
  • STARTER
  • DEPOSIT
    • Create Deposit Record
    • Deposit Result
  • WITHDRAW
    • Create Withdraw Request
    • Withdraw Result
Powered by GitBook
On this page
  1. WITHDRAW

Withdraw Result

When a withdraw record is APPROVED or DENIED, an information data will be sent to your endpoint.

Status codes

Status codes represent current approval or denial status of the withdraw as shown below:

  • 1 -> APPROVED

  • 2 -> REJECTED

application/JSON

Body

Key
Value
Type

status

last and permanent status of withdraw record

int

transaction_id

id record of the transaction sent by your's at first step

string

{
    "status": "1",
    "transaction_id": "123EXAMPLEOUTERTRANSACTIONID"
}
PreviousCreate Withdraw Request

Last updated 8 months ago