#ibgoldbergs

1 messages · Page 1 of 1 (latest)

barren tapirBOT
tribal forge
tribal forge
#

Can you try with expand[]=data.customer instead?

hot girder
tribal forge
#

the issue is with query. query should be a string

#

query='metadata["partnerName"]:"TEST1" OR metadata["partnerName"]:"TEST2"'&expand[]='data.customer'

hot girder
#

didnt work

tribal forge
#

Stripe use form-encoded request body instead of using query parameters. Could you try using x-www-form-urlencoded request body instead?

#

Are you using Postman?

hot girder
#

Yes, I'm using postman

tribal forge
#

This is the example request using x-www-form-urlencoded

hot girder
#

ahh thank you so much

#

if i want to add another item to expand, how do I handle?

tribal forge
#

expand[0], expand[1] in the keys with individual item as value

hot girder
#

makes sense. The documentation is a bit ambiguous about what can be expanded for an entity