Wallet
Top-up wallet for an account
Top-up wallet for an account
post/accounts/{account_id}/wallet_topup
Path parameters
account_idstring required
Example:ACC00001
account_id corresponding to an account
Request body
Response
Response for Credit Balance Request
Example response
{
"accountId": "ACC001",
"customerId": "ACC001",
"balance": 500,
"creditUnit": "USD",
"holdAmount": 500
}