简体   繁体   English

Paypal Braintree 与定期付款的集成

[英]Paypal Braintree integration with recurring payments

How I can implementing recurring payments in Paypal Braintree I have already implemented normal ontime payment with it, now I require to implement recurring payments too.我如何在 Paypal Braintree 中实现定期付款 我已经用它实现了正常的按时付款,现在我也需要实现定期付款。

I follow this我按照这个
Client-side客户端
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/#1-set-up-your-client
Server-side服务器端
https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#2-set-up-your-server-to-call-the-braintree-sdk https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/#2-set-up-your-server-to-call-the-braintree-sdk

I am using Sandbox account of PayPal我正在使用 PayPal 的 Sandbox 帐户

Please guide me, how to implement it.请指导我,如何实施它。

PayPal Checkout via Braintree is for one-time payments, not recurring payments.通过 Braintree 的 PayPal Checkout 用于一次性付款,而不是定期付款。

For recurring payments, you have two options:对于定期付款,您有两种选择:

1) Integrate the PayPal Subscriptions API directly, without Braintree 1) 直接集成PayPal Subscriptions API ,无需Braintree

2) Upgrade to a full Braintree Direct Gateway account . 2) 升级到完整的Braintree Direct Gateway 帐户 This requires business approval by the Braintree PayPal service.这需要 Braintree PayPal 服务的业务批准。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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