Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am integrating paypal in mvc c# but its giving error like

We’re sorry
Things don’t appear to be working at the moment.
Try Again

Return to Merchant


please tell me the solution thanking you.

What I have tried:

I have made all setting in paypal
in webconfig given token and paypal email and PayPalSubmitUrl and failed and success urls
Posted
Updated 2-Aug-17 20:36pm

Quote:
I am integrating paypal in mvc c# but its giving error like

Advice: Never ask for help in public forum for things related to real money.
Your to integrate PayPal in your site/app, there is only 1 place to go: Ask PayPal directly.
And one can guess they better than us.
 
Share this answer
 
Comments
Member 9202277 3-Aug-17 3:28am    
Ok but i donot get the solution for the problem i have implemented in mvc. it is connecting to paypal after giving user id password in paypal link it is giving error like "Things don’t appear to be working at the moment." and in url appending with #/checkout/genericError?code=UkVUUlk%3D.
Take a look at this PayPal SDK on Github
GitHub - paypal/PayPal-NET-SDK: .NET SDK for PayPal's RESTful APIs[^]
 
Share this answer
 
Comments
Member 9202277 3-Aug-17 2:36am    
Thank you for giving solution but I want in mvc can you please suggest me code program for implementing paypal in our project
Graeme_Grant 3-Aug-17 2:54am    
The PayPal sdk *IS* what you use for server-to-server comms. You also need to support IPN transactions. All of this is mentioned in the PayPal documentation.

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