#fredguest

1 messages ยท Page 1 of 1 (latest)

grizzled vortexBOT
exotic cipher
#

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

void torrent
#

Just reran it and the request id is req_zvKsflvO55p6tT

exotic cipher
#

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 }
)```
void torrent
#

Yup! That fixed it. Thanks for the quick help. ๐Ÿ™Œ

exotic cipher
#

Awesome! Glad I could help and again sorry for the delay