View Autopay Mandate
Use this API to fetch details of a UPI Autopay Mandate.
API URL: https://api.bulkpe.in/client/autopay/upi/details
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"page": 1,
"limit": 10,
"from":"10-11-2025",
"to":"10-11-2025",
"search":"xxdf"
}
Response
{
"status": true,
"statusCode": 200,
"data": [
{
"ref": "AUTOPX0031",
"reference": "xx1764171319",
"id": "E99999988888797ZDDGR1VOX18KNUP",
"customer_id": "E999999888880519797ZDDGR1VOX18KNUP",
"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": "register_success",
"org_psp_ref_no": "UMP9999998888839WQ1LT9N2Y",
"umrn": "UM99999988888T9N2Y@ybl",
"authentication_time": "2025-11-26 21:05:46",
"debit_ifsc": "UTIB0000006",
"debit_account": "xxxxxxxx7038",
"corporate_config_id": "TSE2599999988888UM9UE",
"merchant_code": "7322",
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"updated_at": "2025-11-26 21:05:46"
},
{
"ref": "AUTOPX0026",
"reference": "xx1764170831",
"id": "ENA25999999888883KDFE9KDPJIUP",
"customer_id": "ENA251199999988888DFE9KDPJIUP",
"customer_name": "Dummy Customer",
"customer_identifier": "99999988888",
"customer_vpa": "99999988888@superyes",
"partner_bank_code": "YESB",
"customer_ref_number": "AUTOPX0026",
"is_recurring": true,
"frequency": "ADHO",
"first_collection_date": "2025-12-01 00:00:00",
"final_collection_date": "2026-12-01 00:00:00",
"collection_amount": 1500,
"mandate_type": "CREATE",
"auth_type": "upi",
"status": "revoked",
"org_psp_ref_no": "UMPS99999988888250AFTYQSBM2",
"umrn": "UMPS299999988888MGY9MFKT@ybl",
"authentication_time": "2025-11-26 20:58:17",
"debit_ifsc": "UTIB0000006",
"debit_account": "xxxxxxxx7038",
"corporate_config_id": "TSE2599999988888LQ9UM9UE",
"merchant_code": "7322",
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"updated_at": "2025-11-26 20:58:30"
}
],
"message": "",
"total": 2
}