#Peter Tait
1 messages · Page 1 of 1 (latest)
Is there a specific error you see when trying to create invoices here?
I am not immediately familiar with this subscription so I am trying to think of how I can look it up.
when we create a subscription, we specify the following properties:
payment_method_types: [‘customer_balance’],```
`customer_balance` triggers Stripe to show the bank details on the invoice, but the IBAN is missing, this means the international customer can't pay
Do you have a request ID (req_123) from a time you tried to do this and got an error?
Thanks for that info, I am looking in to this flow and what you may be able to do here
We don't receive any errors. We have an invoice generated with correct bank details, but missing the IBAN number (which is required for international payments)
in_1LpuwiBkZIeyakdvdGJliw0b
Thank you, checking in to that invoice in a minute
Hey apologies still looking like this. From our docs this definitely should be possible for UK accounts but it looks like our docs may be a bit messed up as the "With Invoices" tab does not mention actually collecting this info with invoices https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api#handling-multiple-open-payments-or-invoices
That is the doc you were already working off of I assume?
This is the doc we are referencing: https://stripe.com/docs/billing/subscriptions/bank-transfer
this puts the bank details onto the bottom of the invoice, but to enable international payments it requires IBAN
Hi 👋 I'm stepping in as @rugged scarab needs to go.
Have any previous invoices using the Customer Balance payment method been successful?
We are based in UK, and we have customers outside of the uk.
However, we are unable to generate invoices within Stripe that have an IBAN number on them, this means international customers cannot pay us via invoice.
we are charging all customers (whether UK or international) in GBP
Is in_1LpuwiBkZIeyakdvdGJliw0b an example invoice?
yeah
Ok, let me see if this is support. My assumption is no
Seems that we only support sort code and account number for bank transfers for GB merchants currently
okay is that for sure?
would offering currencies of the purchaser help solve this (eg. allowing a European pay in Euros)?
This isn't related to the presentment currency, but the country of your Stripe account
Funnily enough, we are able to generate an IBAN after creating an invoice by using an IBAN calculator website (https://www.iban.com/calculate-iban) and inserting the Sort Code and Bank number from the invoice into that website.
However, the Sort Code and Bank Number is generated uniquely per invoice so this isn't sustainable for many customers.
Yes exactly, they're virtual bank accounts that related directly to that specific invoice for reconciliation
One alternative is to enable SEPA as a payment method on your invoices for non-UK customers
okay and does SEPA work for all international customers even outside of Europe?
we've been confused in thinking that would only work for EU customers
which is at least better than just our current UK customers
No, just Europe: https://stripe.com/docs/payments/sepa-debit
okay so does that mean a non UK/EU customer (eg. United States customer) will never be able to pay us via bank transfer through Stripe?
They can, but it would require them to make payment to a UK sortcode & account number
this is a weird omission and seems like a bug as the IBAN is a mandatory field for international payments: https://www.iban.com/country/united-kingdom
A detailed description of United Kingdom IBAN Formatting, Samples and a complete list of SEPA supported banks and BIC codes can be found in our country formatting directory of International Bank Account Numbers.
Perhaps! I'd recommend writing in to support about this as it's not something we can help with directly: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
sure, what's up
would an IBAN found via https://www.iban.com/calculate-iban, using the sort code and account number taken from the Stripe generated invoice be okay to use in the mean time?
not really sure what you mean unfortunately.
when we create an invoice for a customer, that invoice includes the Sort Code and Account number.
we can then insert those two numbers into https://www.iban.com/calculate-iban which tells you the IBAN number. We want to double check the IBAN that is found for those numbers is okay to use and added as "note" on the Stripe invoice.
IBAN Calculator - Convert a bank account number to IBAN. View BIC code, branch address and relevant information for international bank wire transfer
aware we would have to do this for each invoice
ack so it's like a UK bank account for GBP Credit Transfer and you want to show the IBAN format of it for some reason