Table of contents

Create Static VPA

Use this API to create a static UPI VPA which can be further converted into QR. You can use this product for collecting payments offline or online from your customers.

API URL: https://api.bulkpe.in/client/createStaticVpa

Method: POST

Auth: Please refer to the Authorization page.

{ "name": "Richard Hendricks", "reference_id": "tabsVsSpaces1" // "merchantId": "BPSUBVA0013" //pass this param only for Sub Merchant Model }
{ "status": true, "statusCode": 200, "data": { "reference_id": "tabsVsSpaces1", "transaction_id": "BPVA11111", "upi": "bulkpeupi@yesbank" }, "message": "" }