Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have picked up marketplace payment gateway api of razorpay to start with. I could make API calls with response ok with absolute values but finding it difficult to use dynamic values from input registration fields or other form fields and also storing the generated response into the database.

Can anyone guide and help me understand the process to complete my learning project on payment gateway integrations using asp.net

Thanks in advance

Yogesh


What I have tried:

I have tried using sample code of razorpay but unable to integrate it.
Posted
Updated 13-Mar-20 20:47pm
Comments
Sneha Bisht 3-May-20 14:03pm    
Hi , hv u got the answer? same i am facing problem in razorpay. only get razorpay_payment_id after success of payment, but document says is returns razorpay_payment_id, razorpay_order_id, razorpay_signature.

1 solution

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

So if you can't get their sample code to work, talk to their technical support. They are generally pretty good - after all, they don't get paid until you are up and running!
 
Share this answer
 
Comments
Sneha Bisht 3-May-20 14:05pm    
sample code given by razor pay not working. kindly provide sample not suggestion.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900