#xfechx_api
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/1310637871224590336
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ Klarna is not turned on in the Payment Method Configuration that your Connected Account is using for their Invoice template.
Payment Method Types for Invoices and Subscriptions are controlled in a different place than where you manage Payment Method Types:
https://dashboard.stripe.com/settings/billing/invoice
You or the owner of that Connected Account will need to update the following Payment Method Configuration and enable Klarna.
pmc_1Q8gGoGMexpktWqyVB4DwQOX
Your Platform can't view this in the dashboard, and would need to make the update request via the API:
https://docs.stripe.com/api/payment_method_configurations/update
The owner of your Connected Account can update it in their Stripe dashboard here:
https://dashboard.stripe.com/settings/payment_methods?config_id=pmc_1Q8gGoGMexpktWqyVB4DwQOX
Question, will this happen to ALL of my connected accounts?
Where "this" is them not having Klarna enabled on the Payment Method Configuration (PMC) that they're using for their Invoice template settings? Quite possibly, you're using Standard Connected Accounts with Direct Charges, so control over the Invoice template and the PMC it uses reside with the owners/admins of your Conneccted Accounts.
Ah I see, then only for express accounts
I am in the settings for https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and I enabled klarna, but I cannot see it in already created invoices
That's expected. Those settings are read at the time of finalization of the Invoice. Changes to those settings won't impact already finalized Invoices.
OK
another question, how do I rid of those other payment methods that are not needed?
dashboard changd AGAIN
sorry
I found it
Thanks a lot @knotty spear , I will go ahead and ask all of my standard connected accounts to add klarna as payment method
Or can I do it with API
You can, as far as I'm aware. Do you encounter problems when trying to use the endpoint I linked to in my previous message to do so?
Your Platform can't view this in the dashboard, and would need to make the update request via the API:
https://docs.stripe.com/api/payment_method_configurations/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.