#tiffany_invoicing-multicurrency
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/1242496929645203498
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ that's supported if you're using Checkout Sessions for your integration. Either via Adaptive Pricing (the more automatic version)
https://docs.stripe.com/payments/checkout/adaptive-pricing
or by using multi-currency prices (the more manual version)
https://docs.stripe.com/payments/checkout/multi-currency-prices
Ah, sorry, I overlooked you mentioned using one-off Invoices.
How are you processing the payments for those?
Hello! We're using setup intents with the Payment Element for stored payment to be processed at the end of each month.
(By creating one-off invoices at the end of each month. We have a worker that creates invoices based on usage.)
I do believe you're going to need to maintain separate Prices since you're creating the Invoices directly. You'll use the Price corresponding with the currency you want to use while creating the Invoice Items and Invoice.
Gotcha, thanks! Can I ask you about Bacs integration here too or do you want me to open a separate help issue?
You can ask here
Great - I want to also enable Bacs Direct Debit, but can't seem to do that automatically in the dashboard. Is this possible to do with a US based account if I link a UK bank account somewhere?
You will not be able to link a UK bank account to your US Stripe account (I'm pretty sure), but US-based accounts can process BACS payments as shown in the Country Availability tab here:
https://docs.stripe.com/payments/payment-methods/bacs-debit
Can you elaborate on how you're trying to surface that option, and what you tried to do to enable them automatically?