Fetch a Payment (With Expanded Card Details)
GET/v1/payments/:id/?expand[]=cardClick to copy
Use this endpoint to retrieve the details of all the payments that you created, with the card parameter expanded in the payments object.
Is this page helpful?
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]2-X GET https://api.razorpay.com/v1/payments/pay_DG4a4vAWvKrh79/?expand[]=card
Success
Failure
1{2"id": "pay_H9oR0gLCaVlV6m",3"entity": "payment",4"amount": 100,5"currency": "INR",6"status": "failed",7"order_id": "order_H9o58N6qmLYQKC",8"invoice_id": null,9"terminal_id": "term_G5kJnYM9GhhLYT",10"international": false,11"method": "card",12"amount_refunded": 0,13"refund_status": null,14"captured": false,15"description": null,16"card_id": "card_H9oR0ocen1cmZq",17"card": {18"id": "card_H9oR0ocen1cmZq",19"entity": "card",20"name": "Gaurav",21"last4": "1213",22"network": "RuPay",23"type": "credit",24"issuer": "UTIB",25"international": false,26"emi": false,27"sub_type": "business"28},29"bank": null,30"wallet": null,31"vpa": null,32"email": "gaurav.kumar@example.com",33"contact": "+919000090000",34"notes": {35"email": "gaurav.kumar@example.com",36"phone": "09000090000"37},38"fee": null,39"tax": null,40"error_code": "BAD_REQUEST_ERROR",41"error_description": "Card issuer is invalid",42"error_source": "customer",43"error_step": "payment_authentication",44"error_reason": "incorrect_card_details",45"acquirer_data": {46"auth_code": null,47"authentication_reference_number": "100222021120200000000742753928" // Pass AEVV as the value for AMEX card transactions.48},49"created_at": 162080754750}
Path Parameters
id *
stringUnique identifier of the payment to be retrieved.
Query Parameters
expand[]=cardstring Use to expand the card details when the payment method is card.
Response Parameters
idstringUnique identifier of the payment.
entitystringIndicates the type of entity.
amountintegerThe payment amount in currency subunits. For example, for an amount of ₹1.00 enter 100.
currencystringThe currency in which the payment is made. Refer to the list of
that we support.statusstringThe status of the payment. Possible values:
createdauthorizedcapturedrefundedfailed
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, if amount_refunded = 100, it is equal to ₹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.
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
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
Fetch a Payment (With Expanded Card Details)
GET/v1/payments/:id/?expand[]=cardClick to copy
Use this endpoint to retrieve the details of all the payments that you created, with the card parameter expanded in the payments object.
Is this page helpful?
Path Parameters
id *
stringUnique identifier of the payment to be retrieved.
Query Parameters
expand[]=cardstring Use to expand the card details when the payment method is card.
Response Parameters
idstringUnique identifier of the payment.
entitystringIndicates the type of entity.
amountintegerThe payment amount in currency subunits. For example, for an amount of ₹1.00 enter 100.
currencystringThe currency in which the payment is made. Refer to the list of
that we support.statusstringThe status of the payment. Possible values:
createdauthorizedcapturedrefundedfailed
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, if amount_refunded = 100, it is equal to ₹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.
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
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]2-X GET https://api.razorpay.com/v1/payments/pay_DG4a4vAWvKrh79/?expand[]=card
Success
Failure
1{2"id": "pay_H9oR0gLCaVlV6m",3"entity": "payment",4"amount": 100,5"currency": "INR",6"status": "failed",7"order_id": "order_H9o58N6qmLYQKC",8"invoice_id": null,9"terminal_id": "term_G5kJnYM9GhhLYT",10"international": false,11"method": "card",12"amount_refunded": 0,13"refund_status": null,14"captured": false,15"description": null,16"card_id": "card_H9oR0ocen1cmZq",17"card": {18"id": "card_H9oR0ocen1cmZq",19"entity": "card",20"name": "Gaurav",21"last4": "1213",22"network": "RuPay",23"type": "credit",24"issuer": "UTIB",25"international": false,26"emi": false,27"sub_type": "business"28},29"bank": null,30"wallet": null,31"vpa": null,32"email": "gaurav.kumar@example.com",33"contact": "+919000090000",34"notes": {35"email": "gaurav.kumar@example.com",36"phone": "09000090000"37},38"fee": null,39"tax": null,40"error_code": "BAD_REQUEST_ERROR",41"error_description": "Card issuer is invalid",42"error_source": "customer",43"error_step": "payment_authentication",44"error_reason": "incorrect_card_details",45"acquirer_data": {46"auth_code": null,47"authentication_reference_number": "100222021120200000000742753928" // Pass AEVV as the value for AMEX card transactions.48},49"created_at": 162080754750}