Reputation: 23
I have a web application for provide different types of packages for customers. I want set Braintree payment gateway. I have no idea how to set recurring payment in braintree.
For all customer billing amount different based on packages and also billing period is different for each customer, So anyone can help me how can I implement recurring payment in Braintree?
Thanks in Advance.
Upvotes: 2
Views: 2664
Reputation: 176950
I work at Braintree. If you have more questions, you can always get in touch with our support team.
Check out the Braintree Recurring Billing Guide for how to do recurring billing with Braintree.
Basically, you need to have a plan and a customer (with a payment method), and you associate them together by creating a subscription.
Subscriptions can override basically all settings of their plan, so it is possible to use one Braintree plan to represent many different plans on your side.
Upvotes: 2