Table of contents

Get UPI Autopay Transaction 

Use this API to pull UPI Autopay debit trasanction details.

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

Method: POST

Auth: Please refer to the Authorization page.

Body

{ "txnId": "AUTOPX0031DEB014" }

Response

{ "status": true, "statusCode": 200, "data": { "id": "NPT19099999988888HAB", "umrn": "UMRN49999998888811", "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." }