#meisei81_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214156711045238824
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- meisei81_api, 6 days ago, 20 messages
Bank transfers are supported in Stripe Checkout Session:
https://docs.stripe.com/payments/payment-methods/integration-options#support-bank-transfers
Can you share a Checkout Session Id ?
wait a minute. let me read the docs
Which one is the bank transfer's payment method type?
customer_balance
Got it. Let me try.
Or you remove the payment_method_types completly when creating the Checkout Sesison in order to use automatic payment methods
you need to activate the payment method in your Stripe Dashboard
I had activated in dashboard
Can you share the Checkout Session Id ?
cs_test_a18vh0mFc0snyxPNga5mIjs8zRfS5WduQj7O1chnNfqfHGwKO4TQSUkW93
I had tried this checkout, but there're too many payment method types and I can't find which one is the bank transfer
You need to create a Customer and pass it to that Checkout Session in roder to get the bank transfer payment method
Ok
What's the necessary information for creating the Customer
Could just a name work?
You can create an empty customer even I think:
https://docs.stripe.com/payments/bank-transfers/accept-a-payment?platform=checkout#handling-multiple-open-payments-or-invoices