#mahavirsinh-limbad_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/1387354020300984350
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there
i have shared you a code in which i want collect partial payment , can you tell me the approach ?
The guide here should help: https://docs.stripe.com/payments/place-a-hold-on-a-payment-method#capture-funds
i have tried that approach but i am running into an error
Stripe.StripeException: The following payment method types ["customer_balance", "pay_by_bank"] can only be used with PaymentIntents that have capture_method=automatic. Please retry by creating a PaymentIntent with capture_method=automatic.
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
The following payment method types ["customer_balance", "pay_by_bank"]
You need to remove these from the creation request, as these PaymentMethods aren't supported with manual capture
req_UdofY93iNamSlz
Thank for sharing, yeah that's not supported for the payment methods you are trying to use