API Reference

Create VPA

This API is an updated version of creating a UPI Virtual Payment Address

πŸ“˜

πŸ™Œ Important Note

Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.


API Endpoints

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"
}
Language
Click Try It! to start a request and see the response here!