#mesudev_installments-schedules
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1273682221965774921
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
@spare meadow Yes you can do installments on Stripe, see https://docs.stripe.com/billing/subscriptions/subscription-schedules/use-cases#installment-plans
But really we (Stripe) support Klarna too and that means you don't have to integrate Klarna yourself, you can just accept it on Stripe
mesudev_installments-schedules
but the customers would also need a Klarna account for that to be possible, no ?
we would like to make it as easy as possible for our customers. Like if they already have an account for our mobile app, and saved payment methods, being able to use exactly that without no additional things except the agreement for a consent, that would be ideal
Sure but lots of your customers likely have a Klarna account, or one of the dozens of payment methods we support
But ultimately: the first doc I shared is how you do installments on Stripe
Except you see any drawback in this vs doing it via Klarna, etc
no drawback no
we've been talking about this via stripe's non-tech support about this about the non-technical aspects, and they said the main advantage in using klarna etc is that the entire fee drops on the stripe account immediately, no matter if the recurring payments are setup for 6 months
but if it's only that we'd really prefer to stick to only stripe to make the UI as easy as possible, and maybe adapat our app later to also accept Klarna etc, just in case
do payment installments work on all credit cards, google pay and apple pay ?
yes they work on all credit cards. It's really up to you to decide what you want for your business, which payment methods to offer, how you account for revenue, etc.
This Discord server focuses on code and API related questions