Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to know that wither we can allow the card holder to
enter their card details into the our website page itself without
redirecting to the Payment Express? Send request by without redirecting Payment
Express and get the response? I have read the payment express doc. but unable to find the solution.
If yes, then you please explain me or share me the link where I can get
this information and the demo code or API? I want to integrate it in C#
Asp.net.

What I have tried:

unable to understand from where I should Start
Posted
Updated 31-May-17 1:45am
Comments
F-ES Sitecore 31-May-17 9:15am    
You can't do that with Express (assuming we're talking PayPal). PayPal have re-branded their business APIs as "Braintree" so you'd need to use that. However taking details on your own site comes with a lot of legal hurdles and requirements. Also I don't think it is available in India.

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 talk to their technical support - they are used to it!
 
Share this answer
 

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