I am looking to integrate stripe
payment button in to my website.
I want to charge total $40 to user, but i want to charge user in 2 installment of $20 at interval of 30 days.
e.g if a user pay now, first $20 charged now and 2nd installment of $20 will be charged after 30 days.
I studied plans
and subscription
document on stripe website but its for continuous payment at particular interval.
You can split funds between multiple users, instantly route payments across borders, and specify your earnings on each transaction.
You can add Afterpay and other payment methods from the Stripe Dashboard without changing your code. Stripe determines the list of supported payment methods to show each customer by evaluating the currency, payment method restrictions, and other parameters.
There are two main ways a business can accept partial payments and installment payments: by managing installment plans within the business, or with the help of a third-party vendor. By managing payment plans yourself, you'll be in charge of conducting credit checks, issuing financing, and managing payment collections.
In order to pay with Affirm, customers are redirected to the Affirm site, where they authorize the payment by agreeing to the terms of a payment plan before returning to your website for order completion. Upon payment terms acceptance, funds are guaranteed and transferred to your Stripe account.
In Stripe docs there is a guide (or a recipe as they call it) for creating an installment plans which seems like something you need - Creating an Installment Plan
They are using subscriptions and counting number of payments and then cancelling the subscription.
Yes, It's Possible, All you have to do is Save the Card Details.
Reference : https://support.stripe.com/questions/can-i-save-a-card-and-charge-it-later
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With