Table of contents

Get Debit Transaction Details

Use this API to get debit transaction details.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "txnId": "BULKP2323014" }

Response

{ "status": true, "statusCode": 200, "data": { "id": "NPT1904999999888883BCBDQIQ4HAB", "umrn": "UMRN4999999888882221111", "state": "success", "created_at": "2019-04-15 16:25:34", "updated_at": "2019-04-15 16:26:08", "status_updated_at": "2019-04-15 16:26:08", "customer": { "name": "Test" }, "details": { "status": "payment_success", "amount": 1, "amount_in_paise": 100, "sponsor_bank_id": "YESB0000000", "ready_to_process_at": "2019-04-15 16:25:34", "failure_code": "", "failure_reason": "" } }, "message": "Autopay mandate updated successfully." }