#fredguest
1 messages ยท Page 1 of 1 (latest)
Can you try that request again and send me the request ID from it? (req_123)
You can find the request ID in your code like this https://stripe.com/docs/api/request_ids or go to your API request logs https://dashboard.stripe.com/test/logs
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Just reran it and the request id is req_zvKsflvO55p6tT
Hey sorry I dropped off of this thread for a bit. When looking in to that request I actually don't see the expand parameter being passed to us at all. Looking at your code again, it looks like the syntax is a bit off. If you use this the call should work properly:
intentId,
{ expand: ['payment_method'] },
{ stripeAccount: connectId }
)```
Yup! That fixed it. Thanks for the quick help. ๐
Awesome! Glad I could help and again sorry for the delay