#jonnydengro
1 messages · Page 1 of 1 (latest)
Hello
You are asking if you can retreive the full PaymentMethod object client-side after you confirm, correct?
Yes that's right
Yeah that's not really possible as it would expose sensitive information. If you want to, you can create the PaymentMethod initially before confirmation (see: https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=payment#create-pm) and then you could pass those details to your frontend when you create the PaymentIntent.
Otherwise, you do have to call your server
Okay thanks for confirming, I'll take another scan over that section but if it doesn't work for our flow I'll just build in an additional API call. Thanks