简体   繁体   中英

Paypal Direct Payment API

有没有关于如何使用Paypal直接支付API的最新文档?

我找到了Paypal直接支付API的工作演示代码: http//www.mmtutorialvault.com/paypal-pro-integration-in-php/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM