Customer - Add Funds

/fund
Full Url:
Arguments:
  • token (required)
  • customer_id (required)
  • amount (required)
Info: This call will allocate a given number of dollars to the customer's account.
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully allocated funds"
}