API Test Keys
Fetch Payments Using UTR Number
GET/v1/payments?skip=0&count=25&va_transaction_id=:id&virtual_account=1Click to copy
Use this endpoint to retrieve details of payments made using the bank transfer method via UTR.
Is this page helpful?
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X GET \3https://api.razorpay.com/v1/payments?skip=0&count=25&va_transaction_id=209817848101&virtual_account=14-H "Content-Type: application/json" \
Success
Failure
1{2"entity": "collection",3"count": 1,4"items": [5{6"id": "pay_JGmL38CqCHTyZZ",7"entity": "payment",8"amount": 1000,9"currency": "INR",10"status": "captured",11"order_id": null,12"invoice_id": null,13"international": false,14"method": "upi",15"amount_refunded": 0,16"refund_status": null,17"captured": true,18"description": null,19"card_id": null,20"bank": null,21"wallet": null,22"vpa": "gaurav.kumar@exampleupi ",23"email": "saurav.kumar@example.com",24"contact": "+919900990099",25"customer_id": "cust_HWj3MjySAHSjtq",26"notes": [],27"fee": 12,28"tax": 2,29"error_code": null,30"error_description": null,31"error_source": null,32"error_step": null,33"error_reason": null,34"acquirer_data": {35"rrn": "209817848101"36},37"created_at": 164940271938}39]40}
Query Parameters
count integer Number of payments to be fetched. Default value is 10. Maximum value is 100. This can be used for pagination, in combination with the skip parameter.
skip integerNumber of records to be skipped while fetching the payments.
va_transaction_id integerThe UTR number or the unique transaction id of the transaction done via a Customer Identifier.
virtual_account integer The product used to fetch is Customer Identifiers.
Possible values: 1
Response Parameters
idstringUTR number or unique transaction id of the transaction.
entitystringIndicates the type of entity.
amountinteger The payment amount in currency subunits. For example, amount_refunded = 1000 indicates ₹10.00.
currencystringThe currency in which the payment is made.
statusstringThe status of the payment. Possible values:
createdauthorisedcapturedrefundedfailed
methodstringThe payment method used for making the payment. Possible values:
cardnetbankingwalletemiupi
order_idstringOrder id, if provided. Know more about
.descriptionstringDescription of the payment, if any.
internationalbooleanIndicates whether the payment is done via an international card or a domestic one. Possible values:
true: Payment made using international card.false: Payment not made using international card.
refund_statusstringThe refund status of the payment. Possible values:
nullpartialfull
amount_refundedinteger The amount refunded in currency subunits. For example, amount_refunded = 1000 indicates ₹10.00.
capturedbooleanIndicates if the payment is captured. Possible values:
true: Payment has been captured.false: Payment has not been captured.
emailstringCustomer email address used for the payment.
contactstringCustomer contact number used for the payment.
feeintegerFee (including GST) charged by Razorpay.
taxintegerGST charged for the payment.
error_codestring Error that occurred during payment. For example, BAD_REQUEST_ERROR.
error_descriptionstring Description of the error that occurred during payment. For example, Payment processing failed because of incorrect OTP.
error_sourcestring The point of failure. For example, customer.
error_stepstring The stage where the transaction failure occurred. The stages can vary depending on the payment method used to complete the transaction. For example, payment_authentication.
error_reasonstring The exact error reason. For example, incorrect_otp.
notesjson objectContains user-defined fields, stored for reference purposes.
created_atintegerTimestamp, in UNIX format, on which the payment was created.
card_idstringThe unique identifier of the card used by the customer to make the payment.
cardobjectDetails of the card used to make the payment.
Show child parameters (9)
upiobject Details of the UPI payment received. Only applicable if method is upi.
Show child parameters (3)
bankstring The 4-character bank code which the customer's account is associated with. For example, UTIB for Axis Bank.
vpastring The customer's VPA (Virtual Payment Address) or UPI id used to make the payment. For example, gauravkumar@exampleupi.
walletstring The name of the wallet used by the customer to make the payment. For example, payzapp.
acquirer_dataarrayA dynamic array consisting of a unique reference numbers.
Show child parameters (3)
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
Occurs when there is a mismatch between the API credentials passed in the API call and the API credentials generated on the dashboard.
Solution
Fetch Payments Using UTR Number
GET/v1/payments?skip=0&count=25&va_transaction_id=:id&virtual_account=1Click to copy
Use this endpoint to retrieve details of payments made using the bank transfer method via UTR.
Is this page helpful?
Query Parameters
count integer Number of payments to be fetched. Default value is 10. Maximum value is 100. This can be used for pagination, in combination with the skip parameter.
skip integerNumber of records to be skipped while fetching the payments.
va_transaction_id integerThe UTR number or the unique transaction id of the transaction done via a Customer Identifier.
virtual_account integer The product used to fetch is Customer Identifiers.
Possible values: 1
Response Parameters
idstringUTR number or unique transaction id of the transaction.
entitystringIndicates the type of entity.
amountinteger The payment amount in currency subunits. For example, amount_refunded = 1000 indicates ₹10.00.
currencystringThe currency in which the payment is made.
statusstringThe status of the payment. Possible values:
createdauthorisedcapturedrefundedfailed
methodstringThe payment method used for making the payment. Possible values:
cardnetbankingwalletemiupi
order_idstringOrder id, if provided. Know more about
.descriptionstringDescription of the payment, if any.
internationalbooleanIndicates whether the payment is done via an international card or a domestic one. Possible values:
true: Payment made using international card.false: Payment not made using international card.
refund_statusstringThe refund status of the payment. Possible values:
nullpartialfull
amount_refundedinteger The amount refunded in currency subunits. For example, amount_refunded = 1000 indicates ₹10.00.
capturedbooleanIndicates if the payment is captured. Possible values:
true: Payment has been captured.false: Payment has not been captured.
emailstringCustomer email address used for the payment.
contactstringCustomer contact number used for the payment.
feeintegerFee (including GST) charged by Razorpay.
taxintegerGST charged for the payment.
error_codestring Error that occurred during payment. For example, BAD_REQUEST_ERROR.
error_descriptionstring Description of the error that occurred during payment. For example, Payment processing failed because of incorrect OTP.
error_sourcestring The point of failure. For example, customer.
error_stepstring The stage where the transaction failure occurred. The stages can vary depending on the payment method used to complete the transaction. For example, payment_authentication.
error_reasonstring The exact error reason. For example, incorrect_otp.
notesjson objectContains user-defined fields, stored for reference purposes.
created_atintegerTimestamp, in UNIX format, on which the payment was created.
card_idstringThe unique identifier of the card used by the customer to make the payment.
cardobjectDetails of the card used to make the payment.
Show child parameters (9)
upiobject Details of the UPI payment received. Only applicable if method is upi.
Show child parameters (3)
bankstring The 4-character bank code which the customer's account is associated with. For example, UTIB for Axis Bank.
vpastring The customer's VPA (Virtual Payment Address) or UPI id used to make the payment. For example, gauravkumar@exampleupi.
walletstring The name of the wallet used by the customer to make the payment. For example, payzapp.
acquirer_dataarrayA dynamic array consisting of a unique reference numbers.
Show child parameters (3)
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
Occurs when there is a mismatch between the API credentials passed in the API call and the API credentials generated on the dashboard.
Solution
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X GET \3https://api.razorpay.com/v1/payments?skip=0&count=25&va_transaction_id=209817848101&virtual_account=14-H "Content-Type: application/json" \
Success
Failure
1{2"entity": "collection",3"count": 1,4"items": [5{6"id": "pay_JGmL38CqCHTyZZ",7"entity": "payment",8"amount": 1000,9"currency": "INR",10"status": "captured",11"order_id": null,12"invoice_id": null,13"international": false,14"method": "upi",15"amount_refunded": 0,16"refund_status": null,17"captured": true,18"description": null,19"card_id": null,20"bank": null,21"wallet": null,22"vpa": "gaurav.kumar@exampleupi ",23"email": "saurav.kumar@example.com",24"contact": "+919900990099",25"customer_id": "cust_HWj3MjySAHSjtq",26"notes": [],27"fee": 12,28"tax": 2,29"error_code": null,30"error_description": null,31"error_source": null,32"error_step": null,33"error_reason": null,34"acquirer_data": {35"rrn": "209817848101"36},37"created_at": 164940271938}39]40}