/v4/wallet/deposit
For only Money Transfer Mode
Deposit User Balance
POST
/v4/wallet/deposit
It deposits the user balance. The money deposited to the user is deducted from 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
Deposit 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