Table of contents

Query or List Transactions

Use this API to query using different methods or parameters for Scale UPI - Dynamic QR, Static and UPI Collect APIs.

API URL: https://api.bulkpe.in/client/listAllUpiRoutingTransaction

Method: POST

Auth: Please refer to the Authorization page.

Empty query parameter API call will give your response with complete transaction history. 

{ "from_date": "2024-01-23", "to_date": "2024-01-30", "page": 1, "limit": 10, //count limit per API call "vpa_reference_id": "", // static VPA reference_id "vpa_id": "", // Bulkpe static VPA transaction id "order_id": "", // Bulkpe dynamic VPA order ID "collection_order_id": "", // Bulkpe UPI Collect order ID "transaction_id": "", // Bulkpe transaction id "reference_id": "" // Dynamic VPA or UPI collect reference_id }
{ "status": true, "statusCode": 200, "data": [ { "transcation_id": "TEBPTR0023", "reference_id": "REF0017", "mode": "UPI_COLLECT", "vpa_reference_id": "", "vpa_id": "", "order_id": "TEBPCA0015", "account_number": "", "ifsc": "", "upi": "", "amount": 6, "payment_mode": "XXXX", "payment_remark": "", "statusDescription": "Collection Failed", "status": "FAILED", "utr": "4030XXXXXXXXX22", "holderName": "", "type": "XXXXXX", "charge": 0, "gst": 0, "createdAt": "2024-01-30T08:14:15.871Z", "updatedAt": "2024-01-30T08:14:16.477Z" }, { "transcation_id": "TEBPTR0016", "reference_id": "sathyaTest-XXXXXXXXXX", "mode": "DYNAMIC_UPI_COLLECTION", "vpa_reference_id": "", "vpa_id": "", "order_id": "TEBPOD0015", "account_number": "", "ifsc": "", "upi": "", "amount": 6, "payment_mode": "XXXX", "payment_remark": "", "statusDescription": "Collected Successfully", "status": "SUCCESS", "utr": "4029XXXXXXXXX56", "holderName": "", "type": "XXXXXX", "charge": 0, "gst": 0, "createdAt": "2024-01-29T17:54:41.849Z", "updatedAt": "2024-01-29T17:54:42.455Z" } ], "message": "XXXXXXXXXX", "total": 2 }