#elleschu
1 messages · Page 1 of 1 (latest)
Hey there!
Is there a specific use case you're trying to account for?
Yes, my customer wants to pay in 2 times basically as it is a hudge amount
Yes you can, you shoudl follow this guide:
https://stripe.com/docs/payments/save-during-payment?platform=web
To resume you need to accept from the customer a first payment, you save his payment method, then you charge it another time after
https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
hum ok but I have no guarantee then that the customer pays what follows right ?
Correct, unfortunately you can't really guarantee that the second payment will go through and would have to work with the customer if the second payment does not go through.
Do you have a link to the article where you read about this functionality?
We support installment payments in some countries like Mexico where that is a standard feature of credit cards. Otherwise you can use a "buy now, pay later" payment method like AfterPay
That page makes it sound like this may be their Stripe plugin that tries to handle the installment payment logic
We don't have a pro pack like they mention on their site.
Also for reference, here is our doc on installment payments. It looks like we only support it in MX at the moment https://site-admin.stripe.com/docs/payments/installments
thanks a lot for your very detailed answer 🙂
Also I have a second question :
to rebounce on my former issue => #1018810711801090068 message
is there any way to enforce automatic tax calculation even when scheduling invoice / payement ?
Checking in to those invoices...
So it looks like that second subscription was created with a schedule. To specify that automatic tax should be on in a schedule you can set this parameter https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-default_settings-automatic_tax-enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.