This might be for another ticket, let me know but when having a customer created and linked to a payment intent, from my understanding of Stripe, iOS and Android clients will also need an ephemeral key as described in the [Stripe documentation ](https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#add-server-endpoint)
Something like:
and then the PaymentIntentController#create will respond with all the info need o that any kind of api client can handle it
_Originally posted by @loicginoux in https://github.com/solidusio/solidus_stripe/issues/164#issuecomment-1433799509_