#wepurchit_code
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/1445193585220653187
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ what you want to look into is extended authorization:
https://docs.stripe.com/payments/extended-authorization
Where you would set this option depends on the flow you are using.
If you are working with our Checkout Session API the above docs go into how to request extended auth on a transaction by specifying it under payment_method_options.
if you are working with Payment Intents API the property to request an extended auth is here
https://docs.stripe.com/api/payment_intents/object#payment_intent_object-payment_method_options-card-request_extended_authorization
payment_method_options.card.request_extended_authorization
Is it possible to hold for more than thirty days? also some providers say only for lodging
Extended authorization is available for up to 30 days. These limitations are set by the card network.
do you suggest extended authorization as the best approach?
Yes I think it is the best approach if you need to hold on to funds. The alternative approach would be to charge the user up front and then refund the amount if necessary.
are we charged per transaction for extended hold payments? or only if the charge goes through?
For questions regarding processing fee's i'd generally suggest reaching out to our Support team https://support.stripe.com/?contact=true
They're much more informed on the fee's side of things ๐
understood, let me share with developer and will follow on this thread with questions.
is it possible if needed to schedule a time to call?
We don't generally keep threads open for very long if they are not active. However if you reach back out who ever is staffing the channel will have access to previous threads for review.