post https://api.busybox.in/collect/vpa/create
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 |
Production | ttps://api.busybox.in/collect/vpa/create |
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"
}