Verify Disbursement Status
Verify disbursement status.
You can use this endpoint after you have queued a disbursement:
post
https://api.vesicash.com/v1/
payment/disbursement/verify
check wallet balance
For example, you can make a post request to the endpoint above and pass in the json data below to get a user's wallet account:
{
"disbursement_id": 4075604169
}
Last modified 3mo ago