post
https://api.busybox.in/collect/vpa/create-vpa
This API is an updated version of creating a UPI Virtual Payment Address
๐ Important NotePlease use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.
API Endpoints
| Environment | Endpoint |
|---|---|
| Staging / Sandbox | https://uat.busybox.in/collect/vpa/create-vpa |
| Production | https://api.busybox.in/collect/vpa/create-vpa |
This API allows you to create a VPA with single/multi provider feature for a consumer or business in real-time. This functions exactly like a regular bank.
You can also choose the underlying bank provider if you have a particular preference.
Request Payload
{
"customer_name": "John Deo",
"vpaId": "019002",
"email": "[email protected]",
"mobile": "9876543210"
}