Table of contents

UPI Collect

Use this API to make a payment collection request to the payer's UPI App. The payer (VPA holder) will receive a notification on their UPI App for making payment.

Flow: Create a Collect request -> user will receive a notification -> user makes a payment -> you will receive a callback from Bulkpe about the collection status.

Set up Webhook (callback) from Bulkpe Web App - learn more.

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

Method: POST

Auth: Please refer to the Authorization page.

{ "reference_id": "Sathyatest000334222", "amount": 6, "device": "ANDROID", "upi": "sathyatest@ybl" }
{ "status": true, "statusCode": 200, "data": { "partnerRef": "Sathyatest000334222", "referance": "BPCA001", "upi": "sathyatest@ybl", "status": "PENDING" }, "message": "Collect request sent to UPI App" }