#mclowrider_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/1484089639542194247
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- mclowrider_api, 1 day ago, 12 messages
- mclowrider_api, 1 day ago, 6 messages
Hi! Looking into your query.
Thank you ๐๐ฟ
This is expected because the settlement timing for Sepa Debit is T+6 days (https://docs.stripe.com/payments/sepa-debit#timing).
These are the expected events you will see for a Sepa Debit: https://docs.stripe.com/payments/sepa-debit/accept-a-payment?payment-ui=elements#web-confirm-success
Right now I see payment_intent.processing: https://dashboard.stripe.com/acct_1POHNDBqblN9WokJ/events/evt_3TCMXUBqblN9WokJ2Z82cNze
That makes sense. I don't see SEPA_Debit turned on in our billing settings payment methods area. Would that be a problem?
No that wouldn't be an issue.
How come?
Because when you created the subcription, you passed a customer object, and the customer already had a default payment method saved to them. So that was used to charge the customer.
So if we pass a Sepa debit payment method as the default for the subscription when creating, it doesn't matter if the payment method is enabled or not?
๐ Hi there! I'm taking over for my colleague. Let me take a look
Yes, if you provide a valid payment method, then it will be used.
If you're referring to the payment methods configuration on the Dashboard, the types that are enabled/disabled are used to decide which types may be displayed to a customer: https://docs.stripe.com/payments/payment-methods/dynamic-payment-methods
Why am I not seeing other local currency payment options in my checkout dynamic payments even though I've enabled Adaptive Pricing? My product pricing is in USD, and it displays correctly in the sandbox environment. help me,please.
This is in a formal setting.