#Peter Tait

1 messages · Page 1 of 1 (latest)

pallid carbonBOT
rugged scarab
#

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.

vernal harness
#

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
rugged scarab
#

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

vernal harness
#

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)

rugged scarab
#

Do you have an example invoice here?

#

Can you send me the ID? (in_123)

vernal harness
#

in_1LpuwiBkZIeyakdvdGJliw0b

rugged scarab
#

Thank you, checking in to that invoice in a minute

#

That is the doc you were already working off of I assume?

vernal harness
finite kernel
#

Hi 👋 I'm stepping in as @rugged scarab needs to go.

#

Have any previous invoices using the Customer Balance payment method been successful?

split zealot
#

@vernal harness

#

How can I help?

vernal harness
#

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

split zealot
#

Is in_1LpuwiBkZIeyakdvdGJliw0b an example invoice?

vernal harness
#

yeah

split zealot
#

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

vernal harness
#

okay is that for sure?

would offering currencies of the purchaser help solve this (eg. allowing a European pay in Euros)?

split zealot
#

This isn't related to the presentment currency, but the country of your Stripe account

vernal harness
#

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.

split zealot
#

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

vernal harness
#

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

split zealot
vernal harness
#

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?

split zealot
#

They can, but it would require them to make payment to a UK sortcode & account number

vernal harness
#

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

split zealot
#

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

vernal harness
#

cool thank you

#

one last question

slate dune
#

sure, what's up

vernal harness
slate dune
#

not really sure what you mean unfortunately.

vernal harness
#

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.

#

aware we would have to do this for each invoice

slate dune
#

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