View Mandate
Use this API to view a created mandate.
API URL: https://api.bulkpe.in/client/autopay/account/details
Method: POST
Auth: Please refer to the Authorization page.
Request
{
"page": 1,
"limit": 10,
"from":"10-11-2025",
"to":"10-11-2025",
"search":"xx"
}
Response
{
"status": true,
"statusCode": 200,
"data": [
{
"ref": "AUTOPX0028",
"reference": "xx51764170975",
"id": "ENA2511PMBCI5H41AP",
"mandate_id": "ENA25112BNAPMBCI5H41AP",
"state": "partial",
"type": "CREATE",
"bank_details": {
"shared_with_bank": "[email protected]",
"bank_name": "YES BANK",
"state": "partial"
},
"mandate_details": {
"file_name": "Mandate",
"customer_identifier": "9092629889",
"customer_name": "Sathish R",
"scheme_ref_number": "AUTOPX0028",
"customer_mobile": "+91-9092629889",
"auth_type": "api",
"is_recurring": true,
"frequency": "MNTH",
"first_collection_date": "2025-12-01 00:00:00",
"final_collection_date": "2026-12-01 00:00:00",
"collection_amount": 1,
"sponsor_bank_name": "YES BANK"
},
"created_at": "2025-11-26 20:59:36",
"updated_at": "2025-11-26 20:59:36",
"mode": "api",
"service_provider_details": {
"service_provider_name": "CHASEOUT TECHNOLOGIES PVT LTD",
"service_provider_utility_code": "NACH00000000000000",
"is_enabled_for_aadhaar_auth": true,
"is_enabled_for_other_auth_mode": true
}
}
],
"message": "",
"total": 1
}