#Roman Malyshev
1 messages ยท Page 1 of 1 (latest)
I want all available countries in Klarn to be able to use this payment method
Can you share the Payment Intent ID (pi_xxx) associated to this Payment Element?
pi_3Ml0VyClPpNYnY5T1y3Ar5CH
Thanks for sharing the details. Since your account is in United States, Klarna only supports customer in United States. It's not possible to support countries outside of United States. You may refer to more information here: https://stripe.com/docs/payments/klarna
got it, thanks!
No problem! Happy to help ๐
@void warren Could you help again? ๐ I want a receipt to be sent to the customer's email, I'm using a LinkAuthenticationElement for Email, but I see receipt_email is null. Can I specify receipt_email in stripe.confirmPayment on the client side? Before paymentIntent is created, the email is not unknown.
You can't set receipt_email on stripe.confirmPayment at client. receipt_email can only be set with API at server: https://stripe.com/docs/api/payment_intents/update#update_payment_intent-receipt_email
You may update receipt_email to the Payment Intent before confirming it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, thanks!