#chunyu
1 messages · Page 1 of 1 (latest)
👋 happy to help
there is a refund payment in my account,and i want to retrieve the customer ID by API call
but i cant find the API or method
from the Refund Object you can access the PI https://stripe.com/docs/api/refunds/object#refund_object-payment_intent object and then you can find the customer https://stripe.com/docs/api/payment_intents/object#payment_intent_object-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.