#danitoyy
1 messages ยท Page 1 of 1 (latest)
๐ Have you tested this in test mode? if not, I'd recommend running a quick test
If I add sepa and card in the same payment intent, they should pop up after usingthe secret in the payment element UI, right ?
Try it out ๐
Based on the docs, SEPA only supports EUR presentment currency, so the API should throw an error if you set it to BGN
https://stripe.com/docs/payments/sepa-debit
Okay but
Do I have to convert it myself ?
If he has to pay in BGN and I want to use SEPA
I dont want him to pay more, but the same amount in euros
if I set currency = eur
Then its 10 euros, not 10 BGN
Not sure I really follow, SEPA doesn't support BGN as a currency so there's no way you can create a Payment Intent that has currency BGN and use SEPA at the same time.
Okay, so there must be a way to convert an amount in euros
because SEPA can be used from Bulgaria to Bulgaria
banks
Otherwise it makes no sense to support card payments and sepa for the same product on your website for example
if you cant charge in euros, but charge the same amount as 10 BGN, just converted
and yes, I got an error
How do we go around it is the question
PaymentIntents API doesn't support currency conversion for local currency presentment.
Only Stripe checkout supports it
https://stripe.com/docs/payments/checkout/present-local-currencies
So in this case, you'll have to convert the BGN amount to EUR yourself and set it on the PaymentIntent accordingly
So the answer is, no, I cant have CARD and SEPA in the same intent secret
๐
for BGN
Thats dissapointing
That's exactly what I said few messages ago ๐
#1151514013696528496 message