API Test Keys
Fetch Payments for a QR Code
GET/v1/payments/qr_codes/:id/paymentsClick to copy
Use this endpoint to fetch the payments made on a QR Code using this endpoint.
Is this page helpful?
1curl -u <YOUR_KEY_ID>:<YOUR_KEY_SECRET> \2-X GET https://api.razorpay.com/v1/payments/qr_codes/qr_FuZIYx6rMbP6gs/payments \
Success
Failure
1{2"entity": "collection",3"count": 2,4"items": [5{6"id": "pay_HMtDKn3TnF4D8x",7"entity": "payment",8"amount": 500,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": "QRv2 Payment",19"card_id": null,20"bank": null,21"wallet": null,22"vpa": "gauri.kumari@okhdfcbank",23"email": "gauri.kumari@example.com",24"contact": "+919000090000",25"customer_id": "cust_HKsR5se84c5LTO",26"notes": [],27"fee": 0,28"tax": 0,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": "116514257019"36},37"created_at": 162366280038},39{40"id": "pay_HMsr242ZnaLumA",41"entity": "payment",42"amount": 1000,43"currency": "INR",44"status": "refunded",45"order_id": null,46"invoice_id": null,47"international": false,48"method": "upi",49"amount_refunded": 1000,50"refund_status": "full",51"captured": true,52"description": "QRv2 Payment",53"card_id": null,54"bank": null,55"wallet": null,56"vpa": "gauri.kumari@okhdfcbank",57"email": "gauri.kumari@example.com",58"contact": "+919000090000",59"customer_id": "cust_HKsR5se84c5LTO",60"notes": [],61"fee": 0,62"tax": 0,63"error_code": null,64"error_description": null,65"error_source": null,66"error_step": null,67"error_reason": null,68"acquirer_data": {69"rrn": "116514090501"70},71"created_at": 162366153372}73]74}
Path Parameters
id *
stringThe unique identifier of the QR Code.
Query Parameters
fromintegerTimestamp, in seconds, from when payments are to be fetched.
tointegerTimestamp, in seconds, till when payments are to be fetched.
countintegerNumber of payments to be fetched.
- Default value: 10
- Maximum value: 100
- This can be used for pagination, in combination with
skip.
skipinteger Number of records to be skipped while fetching the payments. This can be used for pagination, in combination with count.
Response Parameters
idstringUnique identifier of the payment.
entitystringIndicates the type of entity.
amountintegerThe payment amount in currency subunits. For example, for an amount of S$1.00 enter 100.
statusstringThe status of the payment. Possible values:
createdauthorizedcapturedrefundedfailed
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, if amount_refunded = 100, it is equal to S$1.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.
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.
Errors
The API {key/secret} provided is invalid.
Error Status: 4xx
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
{Qr code id} is not a valid id.
Error Status: 400
A wrong QR Code id is provided.
Solution
The requested URL was not found on the server.
Error Status: 400
- The URL is wrong or is missing something.
- A GET API is executed by POST Method.
Solution
"count": 0
Error Status: 400
No QR Code is found for the search criteria.
Solution
Fetch Payments for a QR Code
GET/v1/payments/qr_codes/:id/paymentsClick to copy
Use this endpoint to fetch the payments made on a QR Code using this endpoint.
Is this page helpful?
Path Parameters
id *
stringThe unique identifier of the QR Code.
Query Parameters
fromintegerTimestamp, in seconds, from when payments are to be fetched.
tointegerTimestamp, in seconds, till when payments are to be fetched.
countintegerNumber of payments to be fetched.
- Default value: 10
- Maximum value: 100
- This can be used for pagination, in combination with
skip.
skipinteger Number of records to be skipped while fetching the payments. This can be used for pagination, in combination with count.
Response Parameters
idstringUnique identifier of the payment.
entitystringIndicates the type of entity.
amountintegerThe payment amount in currency subunits. For example, for an amount of S$1.00 enter 100.
statusstringThe status of the payment. Possible values:
createdauthorizedcapturedrefundedfailed
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, if amount_refunded = 100, it is equal to S$1.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.
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.
Errors
The API {key/secret} provided is invalid.
Error Status: 4xx
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
{Qr code id} is not a valid id.
Error Status: 400
A wrong QR Code id is provided.
Solution
The requested URL was not found on the server.
Error Status: 400
- The URL is wrong or is missing something.
- A GET API is executed by POST Method.
Solution
"count": 0
Error Status: 400
No QR Code is found for the search criteria.
Solution
1curl -u <YOUR_KEY_ID>:<YOUR_KEY_SECRET> \2-X GET https://api.razorpay.com/v1/payments/qr_codes/qr_FuZIYx6rMbP6gs/payments \
Success
Failure
1{2"entity": "collection",3"count": 2,4"items": [5{6"id": "pay_HMtDKn3TnF4D8x",7"entity": "payment",8"amount": 500,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": "QRv2 Payment",19"card_id": null,20"bank": null,21"wallet": null,22"vpa": "gauri.kumari@okhdfcbank",23"email": "gauri.kumari@example.com",24"contact": "+919000090000",25"customer_id": "cust_HKsR5se84c5LTO",26"notes": [],27"fee": 0,28"tax": 0,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": "116514257019"36},37"created_at": 162366280038},39{40"id": "pay_HMsr242ZnaLumA",41"entity": "payment",42"amount": 1000,43"currency": "INR",44"status": "refunded",45"order_id": null,46"invoice_id": null,47"international": false,48"method": "upi",49"amount_refunded": 1000,50"refund_status": "full",51"captured": true,52"description": "QRv2 Payment",53"card_id": null,54"bank": null,55"wallet": null,56"vpa": "gauri.kumari@okhdfcbank",57"email": "gauri.kumari@example.com",58"contact": "+919000090000",59"customer_id": "cust_HKsR5se84c5LTO",60"notes": [],61"fee": 0,62"tax": 0,63"error_code": null,64"error_description": null,65"error_source": null,66"error_step": null,67"error_reason": null,68"acquirer_data": {69"rrn": "116514090501"70},71"created_at": 162366153372}73]74}