#pavlos-ephemeral-key-qs
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- pavlos_91429, 3 days ago, 14 messages
- pavlos_91429, 6 days ago, 8 messages
- pavlos_91429, 6 days ago, 33 messages
Web and Mobile have different set of Stripe Elements.
While the PaymentElement can just use the publishable key, the Mobile PaymentElement (PaymentSheet) uses ephemeral key for a customer
If you never save cards to a Customer and don’t allow returning Customers to reuse saved cards, you can omit the Customer and Customer Ephemeral Key objects from your integration.
I see, this mentions:
If you never save cards to a Customer and don’t allow returning Customers to reuse saved cards, you can omit the Customer and Customer Ephemeral Key objects from your integration.
Which is what we want to do - save cards to a customer
so I assume we do really need to return an ephemeral key from the API.
Yup
NP! 🙂 Happy to help