Created
July 23, 2022 07:25
-
-
Save aabhasr1/32bc0237f46846959d57d58c8c3cd0e9 to your computer and use it in GitHub Desktop.
Response JSON
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
{ | |
"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": "[email protected]", | |
"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