Table of contents

Create Mandate

Use this API to initiate a mandate registration. The payer can then authorise the request using one of the supported modes.

  • Debit Card
  • Net banking
  • Aadhaar

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "reference": "xsdsf23", //unique ref "phone": "9999988888", "authMode": "ESIGN",//"API", "ESIGN", "PHYSICAL" "frequency": "daily", //Adhoc┃IntraDay┃Daily┃Weekly┃Monthly┃BiMonthly┃Quarterly┃Semiannually┃Yearly "isRecurring": true, //true or false "from": "2025-12-01", "to": "2026-12-01", "name": "Test User", "notify": true,//true or false "category": "S001", //C001┃B001┃D001┃E001┃I001┃I002┃L099┃L002┃L001┃M001┃U099┃F001┃F001┃T001┃U001┃U003┃U005┃U006┃S001 "maxAmount": 100000, //min 1, max 10000000 "collectionAmount": 1 //max amount or coll amount any one present }
{ "status": true, "statusCode": 200, "data": { "id": "ENJL6MAWZ6AP", "mandate_id": "ENA3I3TAJL6MAWZ6AP", "state": "partial", "type": "CREATE", "bank_details": { "shared_with_bank": "[email protected]", "bank_name": "YES BANK", "state": "partial" }, "created_at": "2025-11-26 21:31:14", "mode": "api", "service_provider_details": { "service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD", "service_provider_utility_code": "NACH00000000000000" } }, "message": "Autopay mandate created successfully." }