Cancel Autopay Mandate
Use this API to cancel a UPI autopay mandate.
API URL: https://api.bulkpe.in/client/autopay/upi/cancel
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"ref":"AUTOPX0031"
}
Response
{
"status": true,
"statusCode": 200,
"data": {
"id": "E99999988888X18KNUP",
"customer_id": "ENA99999988888OX18KNUP",
"customer_name": "Dummy Customer",
"customer_identifier": "99999988888",
"customer_vpa": "99999988888@superyes",
"partner_bank_code": "YESB",
"customer_ref_number": "AUTOPX0031",
"is_recurring": true,
"frequency": "ADHO",
"first_collection_date": "2025-11-26 21:05:41",
"final_collection_date": "2026-12-01 00:00:00",
"maximum_amount": 100,
"mandate_type": "CREATE",
"auth_type": "upi",
"status": "revoked",
"org_psp_ref_no": "U999999888881960YU85NX17P",
"umrn": "UM9999998888840539WQ1LT9N2Y@ybl",
"authentication_time": "2025-11-26 21:05:46",
"debit_ifsc": "UTIB0000006",
"debit_account": "xxxxxxxx7038",
"corporate_config_id": "TSE2599999988888",
"merchant_code": "7322",
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"updated_at": "2025-11-26 21:05:46"
},
"message": "Autopay mandate cancelled successfully."
}