#alex-payment-billing-details
1 messages · Page 1 of 1 (latest)
alex-payment-billing-details
The PaymentIntent will have a Charge, that Charge has billing_details, that's where I would look
I mean you have it in the thing you dumped above already
I'm not sure which doc you want exactly
yeah that's because this is client-side. You have the pi_123 in your response. So server-side (or when you get payment_intent.succeeded as an Event) you can then call https://stripe.com/docs/api/payment_intents/retrieve or look at latest_charge: 'ch_123'and then call https://stripe.com/docs/api/charges/retrieve