#Daniele - klarna

1 messages · Page 1 of 1 (latest)

empty grotto
#

Hello

#

What type of connected accounts are you using?

deft crane
#

Standard connected accounts

#

we receive the error creating a paymentintent to use for Stripe Elements

#

in ```
{
payment_method_types: ["klarna"],
...
}

empty grotto
#

Can you share the connect account ID and the payment intent ID?

deft crane
#

acct_1HgTuMKb2X7rAeMb

#

i cannot create a paymentintent, i do not have any id for it

#

we've been able to solve it, issue was related to our code

empty grotto
#

Gotcha

#

Was looking into it

#

What was the root cause?

deft crane
#

Another question before closing this -

#

can we pass to payment_method_types apple_pay or google_pay?

#

in order to display them before displaying like the credit card option

#

or is there no way to do it with Stripe elements for now?

empty grotto
#

Apple pay and Google pay are automatically shown by the paymentelement when supported if you are passing in card as a PM option

deft crane
#

ok, thanks