Debit Details / History
Use this API to get the list of debit history of a mandade.
API URL: https://api.bulkpe.in/client/autopay/debit/details
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"ref": "AUTOPX0031" //Bulkpe Reference ID of mandate
}
Response
{
"status": true,
"statusCode": 200,
"data": [
{
"ref": "AUTOPX0031DEB013",
"id": "NSP25112627O4SW778MKCV8KJ",
"umrn": "UMPS251126T9N2Y@ybl",
"status": "cancelled",
"mandate": {
"id": "ENA25112621VOX18KNUP",
"customer_id": "ENA251127ZDDGR1VOX18KNUP",
"customer_name": "Dummy Customer",
"customer_identifier": "99999988888",
"customer_vpa": "99999988888@superyes",
"partner_bank_code": "YESB",
"is_recurring": true,
"frequency": "ADHO",
"first_collection_date": "2025-11-26 00:00:00",
"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": "UMPS25199999988888539WQ1LT9N2Y",
"umrn": "UMPS251199999988888WQ1LT9N2Y@ybl",
"authentication_time": "2025-11-26 21:05:45",
"debit_ifsc": "UTIB0000006",
"debit_account": "xxxxxxxx7038",
"corporate_config_id": "TSE250401199999988888U38CW4LQ9UM9UE",
"merchant_code": "7322",
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"updated_at": "2025-11-26 21:05:46"
},
"customer": {
"name": "Dummy Customer",
"identifier": "99999988888"
},
"corporate": {
"corporate_reference": "AUTOPX0031DEB013",
"corporate_account_number": "xxxxxxxx8960"
},
"details": {
"first_proposed_settlement_date": "2025-12-01 12:00:00",
"next_scheduled_settlement_date": "2025-12-01 12:00:00",
"payment_count": 10,
"paid_count": 0,
"next_present_at": "2025-12-01 12:00:00",
"frequency": "daily",
"narration": "Subscription",
"amount_in_paise": 100,
"mandate_id": "ENA2511299999988888DGR1VOX18KNUP",
"client_ref_id": "AUTOPXDEB013"
},
"transactions": [],
"created_at": "2025-11-26 21:13:45",
"updated_at": "2025-11-26 21:19:42"
},
{
"ref": "AUTOPX0031DEB014",
"id": "NSP2511299999988888T11ANUKHZ",
"umrn": "UMPS25112999999888889N2Y@ybl",
"status": "active",
"upcoming_transaction": {
"state": "scheduled"
},
"mandate": {
"id": "ENA251126299999988899999988888NUP",
"customer_id": "ENA251126210519797ZDDGR1VOX18KNUP",
"customer_name": "Dummy Customer",
"customer_identifier": "99999988888",
"customer_vpa": "99999988888@superyes",
"partner_bank_code": "YESB",
"is_recurring": true,
"frequency": "ADHO",
"first_collection_date": "2025-11-26 00:00:00",
"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": "UMPS25199999988888LT9N2Y",
"umrn": "UMPS25112699999988888LT9N2Y@ybl",
"authentication_time": "2025-11-26 21:05:45",
"debit_ifsc": "UTIB0000006",
"debit_account": "xxxxxxxx7038",
"corporate_config_id": "TSE2504011999999888888CW4LQ9UM9UE",
"merchant_code": "7322",
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"updated_at": "2025-11-26 21:05:46"
},
"customer": {
"name": "Dummy Customer",
"identifier": "99999988888"
},
"corporate": {
"corporate_reference": "AUTOPX0031DEB014",
"corporate_account_number": "xxxxxxxx8960"
},
"details": {
"first_proposed_settlement_date": "2025-12-01 12:00:00",
"next_scheduled_settlement_date": "2025-12-01 12:00:00",
"payment_count": 10,
"paid_count": 0,
"next_present_at": "2025-12-01 12:00:00",
"frequency": "daily",
"narration": "Subscription",
"amount_in_paise": 100,
"mandate_id": "ENA25112621999999888887X18KNUP",
"client_ref_id": "AUTO99999988888014"
},
"transactions": [],
"created_at": "2025-11-26 21:15:47",
"updated_at": "2025-11-26 21:15:46"
}
],
"message": "Data found"
}