开发者

Paypal Direct Payment API

Is there any up to date documentation out there on how to use the Paypal direct payment AP开发者_JAVA百科I?


I found a working demo code for Paypal direct payment API : http://www.mmtutorialvault.com/paypal-pro-integration-in-php/


Google found this: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_code

wont that do?


If you are using PHP this component is worth a look. It costs $30, but I found it was well worth the time and effort saved. http://www.binpress.com/app/php-paypal-api-class/20


PayPal provides various payment related operations using the /payment resource and related sub-resources. Use /payment for direct credit card payments and PayPal account payments.

URI: https://api.paypal.com/v1/payments/payment

Create a payment: POST /v1/payments/payment

For more information, refer:

https://developer.paypal.com/webapps/developer/docs/api/#create-a-payment


On the Paypal PHP SDK repo Paypal says :

Direct Credit Card Support

Important: The PayPal REST API no longer supports new direct credit card integrations. Please instead consider Braintree Direct; which is, PayPal's preferred integration solution for accepting direct credit card payments in your mobile app or website. Braintree, a PayPal service, is the easiest way to accept credit cards, PayPal, and many other payment methods.

So Paypal recommands to use Braintree Direct. More details on Braintree direct page

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜