Created
February 23, 2019 20:57
-
-
Save kovid-rathee/4d2606aada1b212bc157c53d027b7f28 to your computer and use it in GitHub Desktop.
Sample JSON from Razorpay Payment Gateway from https://docs.razorpay.com/docs/v1paymentsid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "pay_29QQoUBi66xm2f", | |
"entity": "payment", | |
"amount": 5000, | |
"currency": "INR", | |
"status": "captured", | |
"order_id": null, | |
"invoice_id": null, | |
"international": false, | |
"method": "wallet", | |
"amount_refunded": 0, | |
"refund_status": null, | |
"captured": true, | |
"description": "Purchase Description", | |
"card_id": null, | |
"bank": null, | |
"wallet": "freecharge", | |
"vpa": null, | |
"email": "[email protected]", | |
"contact": "91xxxxxxxx", | |
"notes": { | |
"merchant_order_id": "order id" | |
}, | |
"fee": 1438, | |
"tax": 188, | |
"error_code": null, | |
"error_description": null, | |
"created_at": 1400826750 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment