#moey_api
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/1315656435257839658
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Yes please
You need to ask Stripe Support to enable it on your account: https://support.stripe.com/?contact=true
You have to talk to Stripe Support here: https://support.stripe.com/?contact=true
And ask them to enable multi-capture on your Stripe account.
So basically it's only available with pre-configuration on your side?
Yes, you can say that. I other words, Stripe needs to approve this feature for you to use it.
Okay, thank you!
Also I wanted to ask about the API integration, is it possible for you to show me where the multicapture configuration paramters such as allow_multicapture, payment and method paramter, should I include these paramters in the checkout session ceration request? or in the paymentIntent or paymentCapture request?
This should go into payment_method_options.card.request_multicapture: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_options-card-request_multicapture
When the feature is enabled on your account, the support team will also share relevant docs.