#cronos7495
1 messages ยท Page 1 of 1 (latest)
yes, one sec
cs_live_a1OIV2oplcg6n15CUyOA074KMVa1qeHM5jEUAQ3eA0uSAHxHmeKch91HfY
cs_live_a144nshGvWLJ0racsSXl9IvGJPuO9Q0EYAbqMiKMMX67Z8DMJ53Qvr8ZtC
in your code, you're explicitly defining only card in the payment_method_types : https://dashboard.stripe.com/logs/req_uzOGlWkwgplwOq
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
if you do that, we assume you only want card
no worries. Feel free to paste the id here once you have it
anyway, you'll want to omit payment_method_types . We'll look at the payment methods you've enabled in the Dashboard to determine what to offer then
I was just about to say that ๐
you need the config ID?
Of my payment methods?
looks like pmc_....
do you have the correct Checkout Session id? That's what I'd want to take a look at
I think I do not have any because it is not going through, I get Stripe error with an error code
no ID is generated, at least I do not get any back
what's the error?
StripeInvalidRequestError: The payment method type provided: klarna is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations.
And the thing is that it is activated in my dashboard.... I even tried using other activated payment methods...
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
no prob
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks, looking...
I see Klarna is disabled by default for your Connected accounts: https://dashboard.stripe.com/settings/payment_methods/connected_accounts?config_id=pmc_1O7wsZDUOVoyivZnWeiEsoOr
Ohh i need to activate it for my connect accounts separately each time?
Make sure you login from your Platform
You can turn it on once and it will work for all CA's
I apologize, I did not see this option in the dashboard, I will give you feedback in a minute, thanks
I now activated klarna and put the pmc in the request, like so: payment_method_configuration: 'pmc_1O7wsZDUOVoyivZnWeiEsoOr',
It returns an error: req_hjAqLm1XjzgBfx
Why did you add the payment_method_configuration?
I am trying different ways: one time i use payment_method_types: ['card', 'klarna'], and then I try with payment_method_configuration: 'pmc_1O7wsZDUOVoyivZnWeiEsoOr'
Never both at once, however
If you enable the Klarna payment method type for connected accounts in your Platform's Dashboard, payment_method_types: ['card', 'klarna'] should work. Have you tried this?
req_IkR8NTGTPRtw9w
did you finde the logs?
I did try using payment_method_types: ['card', 'klarna']
It still says that the payment method 'klarna' is invalid, even though I just activated i
I am looking, but I can't see why is this happening.
I think it might take some time for us to investigate. Do you mind writing to Stripe Support and saying you chatted with us on Discord. My engineering team will take over your case then: https://support.stripe.com/?contact=true
ok, thanks a lot for your help! ๐
Happy to help.