#Lissy-Payment
1 messages · Page 1 of 1 (latest)
I want to do preorder, so I sell the item and the buyer pays only 10% upfront, and when the item is ready to ship I need the 90% remaining balance to be auto charged from the card used in the 10% transaction
how does it work with subscrition?
I see, so you want want to hold the amount and perform two partial captures (10% and 90%) later?
yes,
10% instantly
90% later
Cool, I'd recommend you to get started with this https://stripe.com/docs/payments/capture-later
let me check pls
can it be longer than 7 days?
When a payment is authorised, the bank guarantees the amount and holds it on the customer’s card for up to 7 days.
The maximum is 7 days.
If you need more that, I'll suggest you to use SetupIntent to collect the payment details first, and create off_session charges on the customer later.
do you have another option that can capture later (up to 60 days?) I am a B2B
Do you have a link for this?
in terms of integrations - is it ok or much time needs to be spended?
I can't help you estimate the development time, it can vary from developer's experience.