Extract transaction details, verify payments, and automate reconciliation with our powerful UPI Parser API.
Parse UPI receipts instantly with our lightning-fast API
Bank-grade security with 99.9% uptime guarantee
Simple REST API with comprehensive documentation
Send a POST request with the image as form-data:
curl -X POST https://api.upiparser.in/v1/parse \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@upiReceipt.jpg"'
Successful reponse will return the JSON data in the following format:
{
"transactionId": "024119643440",
"transactionAmount": 2644,
"transactionDatetime": "2020-08-28 19:50:00",
"payeeName": "UPI Parser Solutions Pvt Ltd",
"payeeId": "upiparser@axisbank"
}
The remaining credit balance will be present in the response headers:
HTTP/2 200
date: Sat, 19 Apr 2025 10:36:41 GMT
content-type: application/json; charset=utf-8
content-length: 173
server: cloudflare
x-content-type-options: nosniff
x-remaining-credits: 488.5