Start growing your business with our innovative payment solutions
POST
Send POST request to this URL with following form data
| NAME | VALUE | STATUS |
|---|---|---|
| seller_wallet | VUSD10000533 | Required |
| callback_url | http://yourdomain.com/callback_url | Required |
| return_url | http://yourdomain.com/return_url | Required |
| amount | 100 | Required |
| order_id | 123 | Required |
Seller Wallet: (This must be VALID VUSD Wallet ID)
callback URL: V Gateway will send response of the transfer to callback URL with following POST data
{
"status":"paid",
"amount":100,
"order_id":123
}
Return URL: V Gateway redirect user to this URL after completion of transfer. This can be your Thank you Page
Amount: Must be number of coins
Sample Code
<form action="https://pro.vgateway.io/vusdPayment" method="post">
<input type="hidden" name="seller_wallet" value="VUSD10000533">
<input type="hidden" name="callback_url" value="http://yourdomain.com/callback_url">
<input type="hidden" name="return_url" value="http://yourdomain.com/return_url">
<input type="hidden" name="amount" value="1000">
<input type="hidden" name="order_id" value="123">
<input type="submit" value="Submit">
</form>
NOTE:You must need V Gateway Business account to integrate this API.
Login / RegisterCopyright © V Gateway . All Rights Reserved 2026.