#ethan-klarna-capability
1 messages · Page 1 of 1 (latest)
I'm looking in the dashboard currently. I'm not sure how to add it through there.
I see there are capabilities and payment methods. I can turn on Klarna in payment methods. Is that sufficient?
that should be
I'm sorry you're not really telling me what you're doing or where you're looking so I'm just guessing right now
I'm looking at a recently created Connect account within the stripe dashboard. I see in the profile I can modify their settings to turn on/off certain payment methods. In their main profile page they have capabilities, which I need to add klarna to.
👋 stepping in
Turning it on in the settings page is not an option
What charge flow are you using?
And what type of Connected Accounts are these?
By "charge flow" I mean: Direct Charges, Destination Charges, Separate Charges & Tranfsers (see: https://stripe.com/docs/connect/charges)
Do you have an example PaymentIntent you could provide me that I could take a look at?
That works, give me a sec to look
Hmm okay that is just a PaymentIntent on your platform that hasn't been confirmed or anything
It has no Charge related to it
Oh that account isn't even a platform...
Let's back up a sec
What exactly are you trying to do?
Are you trying to add Klarna to an existing Connect Charge flow?
I'm trying to enable Klarna for a new connected account
Okay can you give me the ID of that Connected Account?
acct_1Mb5MdQVWHf5PHC7
Thanks. Okay it looks like you are using Destination Charges + OBO based on looking at another payment from your Platform
So all you need to do is request the capability
You can do that via the Dashboard
It also looks like you are setting payment_method_types explicitly on your PaymentIntents
So you would add klarna to that array when creating a PaymentIntent for Klarna
I do see that you are already accepting Klarna for other accounts so looks like your integration is already set up to handle this
I'm not sure if I lack the permission, but I do not know how to request the capability
I'm not normally the one to do this.
When viewing the Connected Account in the Dashboard there should be an "Edit" button at the button of the page to request a Capability. If there isn't then that's correct that you don't have the necessary permissions.
Ok. I do not see that button. I'll ask permission from my admin. Thanks for the help!