Skip to content

Instantly share code, notes, and snippets.

@aabhasr1
Created July 23, 2022 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aabhasr1/32bc0237f46846959d57d58c8c3cd0e9 to your computer and use it in GitHub Desktop.
Save aabhasr1/32bc0237f46846959d57d58c8c3cd0e9 to your computer and use it in GitHub Desktop.
Response JSON
{
"data": {
"order": {
"order_id": "74",
"order_amount": 1.00,
"order_currency": "INR",
"order_tags": null
},
"payment": {
"cf_payment_id": 1104403192,
"payment_status": "SUCCESS",
"payment_amount": 1.00,
"payment_currency": "INR",
"payment_message": "00::Transaction is Successful",
"payment_time": "2022-07-23T12:41:41+05:30",
"bank_reference": "220497205741",
"auth_id": null,
"payment_method": {
"upi": {
"channel": null,
"upi_id": "aabhasr1-1@okicici"
}
},
"payment_group": "upi"
},
"customer_details": {
"customer_name": "developer",
"customer_id": "5",
"customer_email": "admin@gmail.com",
"customer_phone": "1234567894"
}
},
"event_time": "2022-07-23T12:42:09+05:30",
"type": "PAYMENT_SUCCESS_WEBHOOK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment