Table of contents

Debit Request Action

Use this API to action on a scheduled mandate.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "ref": "AUTOPX0031DEB013", "action": "cancel" //cancel ┃ pause ┃ resume }

Response

{ "status": true, "statusCode": 200, "data": { "id": "NSP25112999999888888MKCV8KJ", "umrn": "UMPS25112699999988888T9N2Y@ybl", "status": "cancelled", "created_at": "2025-11-26 21:13:45", "updated_at": "2025-11-26 21:13:44", "mandate": { "id": "ENA25112621099999988888R1VOX18KNUP", "customer_id": "ENA2511262199999988888R1VOX18KNUP", "customer_name": "Dummy Customer", "customer_identifier": "99999988888", "customer_vpa": "99999988888@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": "UMPS25199999988888WQ1LT9N2Y", "umrn": "UMPS25112999999888881LT9N2Y@ybl", "debit_ifsc": "UTIB0000006", "debit_account": "xxxxxxxx7038", "corporate_config_id": "TSE250401199999988888UM9UE", "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": "99999988888" }, "corporate": { "corporate_reference": "AUTOPX999999888B013", "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": "ENA251126299999988888NUP", "client_ref_id": "AUTO999999888883" }, "transactions": [] }, "message": "Autopay mandate updated successfully." }