#.saberkhan
1 messages · Page 1 of 1 (latest)
Do you have the PaymentIntent ID so that I can take a look?
I have checkout session id. Will it work
cs_test_b1p8IwTkoG274r0h8An5fDDRub6VhDCkZtv3GiTlPzxXNykeFES459Z09v
https://dashboard.stripe.com/test/logs/req_RhBimur4JuXvod
1/ The currency is usd, SEPA doesn't support it
2/ you didn't add sepa_debit in the payment_method_types
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But in the current checkout session, I did not specifty the currency as usd
Multicurrency to work, I am not allowed to set a currency
You did, check the price_data hash in the creation request
It is there in price_data, if not checkout session will not work
And if you check the currency you set in price_data. it's in usd
Although people from europen countries e.g., can see the local curreny, they cannot pay using sepa because Stripe did not display in checkout UI.
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion are you talking about the automatic currency conversion?
Currency conversion is working for me and now I am talking automatic payment method conversion. I do not think this feature is implemented at Stripe.
Is your customer based in a country where SEPA debit is supported https://stripe.com/docs/payments/sepa-debit ?
I am an US based company and looking for customer all over the world. And this is why I have chosen Stripe.
Similar to automatic currency conversion, there should be automatic payment method conversion as well with currency conversion and this makes sense.
https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion#local-payment-methods local payment method (such as Sepa) should display if your customer choose EUR and they are from a country where Sepa is available
btw, you haven't switched on sepa_debit in your Dashboard