Paypal Braintree与定期付款的集成

时间:2020-03-20 14:56:01

标签: php paypal braintree

如何在Paypal Braintree中实施定期付款 我已经使用它实现了正常的按时付款,现在我也需要实现定期付款。

我遵循这个
客户端
https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#1-set-up-your-client
服务器端
https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#2-set-up-your-server-to-call-the-braintree-sdk

我正在使用PayPal的沙盒帐户

请指导我如何实施它。

1 个答案:

答案 0 :(得分:1)

通过Braintree进行的PayPal结帐是一次性付款,而不是定期付款。

对于定期付款,您有两种选择:

1)在没有Braintree的情况下直接集成PayPal Subscriptions API

2)升级到完整的Braintree Direct Gateway account。这需要Braintree PayPal服务的业务批准。