#xfechx_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/1263572529134567425
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
If you aren't using payment_method_types your checkout session will use automatic payment methods which is defined by your dashboard settings
https://dashboard.stripe.com/settings/payment_methods
https://dashboard.stripe.com/test/settings/payment_methods
Hi @proven hound
ok, so to keep it simpler, I should not define payment_method_types for now
and payment_method_options are just the specific options for any of the payment_method_types?
We actually have a helpful tool where if you input your checkout session ID, we tell you why each payment method did or did not show up https://dashboard.stripe.com/settings/payment_methods/review
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
payment_method_options is for changing things about a PMs behavior if it is present on the payment method.
It can effect whether a PM is present indirectly in some cases.
makes it so much easier
I know it is really nice but is hard to find the first time
ok, i was about to change many lines of code
where can I find addition of Paypal to stripe?
I cannot find it on an Australian stripe account
but I could see it in a European (Germany) stripe account..
I am not seeing AU on the list of supported countries in our PayPal doc https://docs.stripe.com/payments/paypal
One thing that may help you is that the Payment Element now supports external payment methods. Basically you give us a link to a place where a user can pay you through a certain service and we can redirect the user if they choose it https://docs.stripe.com/payments/external-payment-methods
I think PayPal is supported more broadly through that but let me double check.
It looks like it is, you can use the value external_paypal