#Darby-payments
1 messages ยท Page 1 of 1 (latest)
You should be able to get the associated Charge from a Payment Method by checking charges.data[0] (see https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges-data)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ahhhh yes of course! I thought i was looking at the payment intent object, i was looking at the checkout object. Ty!!!
๐ happy to help!