Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

razorpay integration giving system.security exception #21

Open
nitin-s81 opened this issue May 14, 2019 · 2 comments
Open

razorpay integration giving system.security exception #21

nitin-s81 opened this issue May 14, 2019 · 2 comments

Comments

@nitin-s81
Copy link

Hi, I am trying to integrate razorpay payment gateway in C#.net 4.7 using this.

these 2 lines are the key code generating system.security exception : startRequest failed

RazorpayClient client = new RazorpayClient(key, secret);
Razorpay.Api.Order order = client.Order.Create(input);

order is created in the razorpay panel but no order id (in object of Razorpay.Api.Order) returned, just the exception !

it works fine on the local pc but when uploaded to a server in shared hosting environment it throws exception.

what can be done , thanks in advance.

@SupriyoMallick
Copy link

Any solution for this Nitin?

@SupriyoMallick
Copy link

I am facing the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants