Create Withdraw Request

You can POST your content to our Withdraw Callback Endpoint and it will be added in our records. After approval or denial, you will get a response at YOUR CALLBACK ENDPOINT.

Creating Withdraw

application/JSON

Headers

Key
Value
Type

token

{{your-provided-token}}

string

Body

Key
Value
Type

transaction_id

transaction ID record of yours

string

customer_name

member name and surname of yours

string

amount

amount requested

decimal

account_no

bank account number of member

string

bank_name

bank name of members account_no

string

Getting Withdraw Response

application/JSON

Key
Value
Type

status

HTTP Status Code

-

content

JSON array of response info

JSON

content[message]

Response message

string

content[id]

ID of transaction

int

Last updated