#Mike Zukowski

1 messages · Page 1 of 1 (latest)

open plazaBOT
ancient geyser
#

You should be able to get the Payment Method, yeah. You would need to get the Checkout Session ID and then retrieve it from the API via a separate API call, then make sure to expand either the Customer object (https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer) or the Payment Intent object (https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_intent).

Here's docs on expand: https://stripe.com/docs/expand

Learn how to reduce the number of requests you make to the Stripe API by expanding objects in responses.