Table of contents

Create UPI Autopay Mandate

Use this API to create a UPI Mandate, using which the payer will authorise the request.

API URL: https://api.bulkpe.in/client/autopay/upi/setup

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "reference":"2424242412", //unique ref "phone": "99999988888", "vpa": "99999988888@superyes", //target vpa "frequency": "ADHO", //ADHO┃INDA┃DAIL┃WEEK┃MNTH┃QURT┃MIAN┃YEAR┃ONETIME┃BIMN "isRecurring": true,//true or false "from": "2025-11-26", "to": "2026-12-01", "name": "Test", "notify": true,//true or false "category": "S001", "maxAmount": 100, "collectionAmount": 10000 //max amount or coll amount any one present. Max Amount 2 lakhs. }

Response

{ "status": true, "statusCode": 200, "data": { "id": "ENA25199999988888R1VOX18KNUP", "state": "partial", "mandate_details": { "customer_identifier": "99999988888", "customer_name": "Test Customer", "customer_ref_number": "AUTOPX0031", "auth_type": "upi", "is_recurring": true, "frequency": "ADHO", "first_collection_date": "2025-11-26 00:00:00", "final_collection_date": "2026-12-01 00:00:00", "maximum_amount": 100, "customer_vpa": "99999988888@superyes" }, "status": "partial" }, "message": "Autopay mandate created successfully." }