Table of contents

Create Debit Request

Use this API to make a debit request using a mandate created.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "ref": "AUTOPX0031", //from list api "settlementDate": "2025-12-01", ///mand "amount": 2, //request amount "count": 10, //count "note": "Subcription", //some name "frequency": "daily"// onetime┃adhoc┃intraday┃daily┃weekly┃monthly┃quarterly┃semiannually┃yearly┃bimonthly }

Response

{ "status": true, "statusCode": 200, "data": { "id": "NSP251126MT11ANUKHZ", "umrn": "UMPS2511LT9N2Y@ybl", "status": "active", "created_at": "2025-11-26 21:15:46", "mandate": { "id": "ENA25112DGR1VOX18KNUP", "customer_id": "ENA2511R1VOX18KNUP", "customer_name": "Dummy Customer", "customer_identifier": "232323232323", "customer_vpa": "23232323232@superyes", "partner_bank_code": "YESB", "is_recurring": true, "frequency": "ADHO", "maximum_amount": 100, "mandate_type": "CREATE", "auth_type": "upi", "status": "register_success", "org_psp_ref_no": "UMPS25540539WQ1LT9N2Y", "umrn": "UMPS251126210540539WQ1LT9N2Y@ybl", "debit_ifsc": "UTIB0000006", "debit_account": "xxxxxxxx7038", "corporate_config_id": "TSE25022424249UM9UE", "merchant_code": "7322", "service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD", "first_collection_date": "2025-11-26 00:00:00", "final_collection_date": "2026-12-01 00:00:00", "updated_at": "2025-11-26 21:05:46", "authentication_time": "2025-11-26 21:05:45" }, "customer": { "name": "Dummy Customer", "identifier": "23242424242" }, "corporate": { "corporate_reference": "BULKPEAUTOPDEB014", "corporate_account_number": "xxxxxxxx8960" }, "details": { "first_proposed_settlement_date": "2025-12-01 00:00:00", "next_scheduled_settlement_date": "2025-12-01 00:00:00", "payment_count": 10, "paid_count": 0, "next_present_at": "2025-12-01 00:00:00", "frequency": "daily", "narration": "Subscription", "amount_in_paise": 100, "mandate_id": "ENA25112DGR1VOX18KNUP", "client_ref_id": "AUTOPX0031DEB014" }, "upcoming_transaction": { "state": "scheduled", "present_at": "2025-12-01 00:00:00", "scheduled_settlement_date": "2025-12-01 00:00:00" }, "transactions": [] }, "message": "Autopay debit request created successfully." }