/v4/wallet/withdraw
For only Money Transfer Mode
Withdraw User Balance
POST
/v4/wallet/withdraw
It withdraws the user balance. The money withdrew from the user is added to the agent's points.
Headers
Name
Value
Authorization
Bearer <API_TOKEN>
Content-Type
application/json
Accept
application/json
Body
Name
Type
Description
user_code
integer(64bit)
User's code(unique ID)
amount
double
Withdraw amount
Response
Key
Type
Description
code
integer(32bit)
Response Code
message
string
Response Message
balance
double
Point After Processing
amount
double
Processing Amount
Last updated