Use PayPal to execute payments inside own website
I would know if PayPal provides the possibility to execute payments avoiding exiting from own website. In other words, u开发者_C百科sing PayPal API is it possibile to execute payments inside the own website without being redirected to PayPal servers?
Thanks
Yes. It is called Website Payments Pro.
You must handle all of the integration on your end, including installing an SSL certificate.
To supplement hztera's answer, here is some helpful documentation to accomplish integrating PayPal into your site:
- Website Payments Pro
- DoDirectPayment API Operation
- Pay Flow
- NVP API Basics
- Sample Code
精彩评论