#yoselin_mx-installments
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/1278477200315777156
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Stripe has no internal mechanism for charging interest and (I believe) it goes against our TOS. You may want to reach out to support and check that with them first before proceeding: https://support.stripe.com/contact
I currently have the option to accept interest-free monthly payments enabled. But I want the client to pay these interests. How can I do that?
What Stripe product are you using to accept interest?
@opal crane are you talking about the feature in Mexico where you can accept card payments in installments from the bank (where the bank floats the money)? Or something else?
Yes, what happens is that I generate a checkout session, and the installments are enabled, but depending on the number of months Stripe generates a commission, but this commission is not added to the client. And I want the client to pay that commission.
Checkout session
Gotcha. Then that is sadly impossible. We don't support having the end customer pay the Stripe fee in any way. So that is not possible. You can increase the price the customer will pay instead so instead of asking for $100, ask for $105 for example. But it's not possible to ask for exactly the extra amount for the fee
yoselin_mx-installments
Ok, thanks, I'll implement it that way