#mahavirsinh-limbad_code

1 messages ¡ Page 1 of 1 (latest)

wraith acornBOT
#

👋 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.

calm bobcat
#

hi there

#

i have shared you a code in which i want collect partial payment , can you tell me the approach ?

austere tinsel
calm bobcat
#

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.

wraith acornBOT
high nexus
#

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

calm bobcat
#

req_UdofY93iNamSlz

high nexus
#

Thank for sharing, yeah that's not supported for the payment methods you are trying to use