Skip to content

Instantly share code, notes, and snippets.

@kovid-rathee
Created February 23, 2019 20:57
Show Gist options
  • Save kovid-rathee/4d2606aada1b212bc157c53d027b7f28 to your computer and use it in GitHub Desktop.
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
{
"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": "a@b.com",
"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