#jemmons-checkout-defaultpm
1 messages · Page 1 of 1 (latest)
jemmons-checkout-defaultpm
You can't expand in a webhook, see https://stripe.com/docs/expand#with-webhooks
What you can do is retrieve the Checkout Session when you get that Event and expand the PaymentIntent to see the payment_method property though
Cool. I just feel like I might be swimming up stream for something that seems common-ish? Is there a better way I should be going about collecting payment/creating customer? One that might make setting default PM more automatic/less back-and-forth?