I need to save payment Detail into my database. Payment Detail are posted to my Confirmation Page from Razorpay Webhook on UPI credited . is any one Help me to do this in Asp.net .
Thanks in Advance.
I Need this will done as asyn call
I need to save payment Detail into my database. Payment Detail are posted to my Confirmation Page from Razorpay Webhook on UPI credited . is any one Help me to do this in Asp.net .
Thanks in Advance.
I Need this will done as asyn call
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muthu vjPosted Dec 21, 2022, 10:11 AM
Hi Saini,
After payment get Successful you will get the Store Fields that you can use the callback from your Jquery use the Async and bind it into the Database
ex: (store value) -------------> Create a Data Model for the below Fields and convert the object into model then pass it to your Controller
{
"razorpay_payment_id": "pay_29QQoUBi66xm2f",
"razorpay_order_id": "order_9A33XWu170gUtm",
"razorpay_signature": "9ef4dffbfd84f1318f6739a3ce19f9d85851857ae648f114332d8401e0949a3d"
}