#emilycheyne-expansion
1 messages · Page 1 of 1 (latest)
So you are getting a response back with no error, but the payment method is still just pm_123?
correct
Do you have a request ID from when you tried this call (req_123)?
would I pull that from the logs within the stripe developer UI?
oh I see where to grab it from, one minute
Yes, you can do that. There is typically a way to retrieve this with your API library as well https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
request id req_QHt4peLmORIIQ1
Oh this was a client side request. Unfortunately Stripe.js does not support expansion like that
To get that PM you will want to ask your server for it, it can look up the SI/PM
oh, okay. So there is now way to get the details of a payment_method from the client side without going through our sever?
Unfortunately not it looks like
Okay, thanks for your help 🙂