#jtaylor_api

1 messages · Page 1 of 1 (latest)

bronze thicketBOT
#

👋 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/1420671274681761955

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

grave prism
noble berry
#

Hi! Can I have an Invoice ID to look at?

grave prism
#

Yes, in_1SAscYFBxytC4Qlea3Yc8XCe

noble berry
#

Thank you for waiting! Our docs mention this for non-USD currencies: For all other currencies, you can’t enable bank transfers as a default payment method. However, you can add it as a payment method on individual invoices.

I see that the invoice you provided is created from a Subscription. Can you create a subscription by specifically passing customer_balance in the payment_settings.payment_method_types parameter [0] and see if you get bank transfer on the invoice?

[0] https://docs.stripe.com/api/subscriptions/create#create_subscription-payment_settings-payment_method_types

grave prism
#

Thanks! I just tried it

I get the error:

Error creating subscription: [Error: The payment method type customer_balance does not support the currency sek.]

noble berry
#

Ah I missed the currency you were using. Bank transfers only support EUR in the UK, US, and SEPA countries

grave prism
#

I listen to invoice.created on webhooks, in the case i can only add it on individual invoices, couldnt i just update right after its created. I guess?

Oh ok will it be the same issue there with SEK?

noble berry