Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stripe payment split into installment

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.

like image 794
jagad89 Avatar asked Dec 01 '16 14:12

jagad89


People also ask

Does Stripe allow split payments?

You can split funds between multiple users, instantly route payments across borders, and specify your earnings on each transaction.

Does Stripe have Afterpay?

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.

How do I accept installment payments?

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.

How do you use Affirm with Stripe?

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.


2 Answers

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.

like image 150
Luka Peharda Avatar answered Oct 10 '22 10:10

Luka Peharda


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

like image 34
Mohammad Fareed Avatar answered Oct 10 '22 10:10

Mohammad Fareed