Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nizam0786's avatar

Stripe payment in installments

Hi Guys,

I want to know if there is a way of paying a total amount in instalments in Stripe rather than just subscribing to a plan?

Reason is a the total amount a customer pays is in most cases different therefore there can not be a fixed price for a plan if that makes sense.

thanks in advance.

0 likes
4 replies
skoobi's avatar

The way that springs to mind for me (probably an easier way to do it) is to setup a instalments table and split the payment into there with dates. then have an event setup to notify/generate about the payment.

So in the instalment table have user_id and payment_id along with payment_date and payment_amount.

skoobi's avatar

Ye just create a stripe charge for each one would be the best I’d say. There’s probably a better easier way but that’s the only way I can think of at moment.

nizam0786's avatar
nizam0786
OP
Best Answer
Level 10

After contacting stripe, there is a no way of monthly payments but the only alternative is to have subscriptions.

But in future monthly payments for a fix length may be added.

Please or to participate in this conversation.