#Daniele - klarna
1 messages · Page 1 of 1 (latest)
Standard connected accounts
we receive the error creating a paymentintent to use for Stripe Elements
in ```
{
payment_method_types: ["klarna"],
...
}
Can you share the connect account ID and the payment intent ID?
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
we were getting the capabilities from another connected account rather than acct_1HgTuMKb2X7rAeMb
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?
Apple pay and Google pay are automatically shown by the paymentelement when supported if you are passing in card as a PM option
ok, thanks