#satyashetty

1 messages · Page 1 of 1 (latest)

uneven hillBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

marble marsh
olive lichen
#

this would be the request id of the failed api call? with 400

#

@marble marsh req_GRI37jKjP792Z9, req_PhWg2L5dks2nNf, req_V3slbBuA6LIF24

marble marsh
#

Let me take a look

#

the expand should be "[data.payment_intent]"

olive lichen
#

@marble marsh not working req_hlHJAnbYCr3RdR

marble marsh
#

Ah, it should be an array, use ["data.payment_intent"]

olive lichen
#

@marble marsh tried that too req_apSD4DvDRLnqTX doesnt work

marble marsh
#

There's no need to tag me in every message, I won't miss your message

#

Can you share with me the code ?

olive lichen
#

ok actually there is no code. I am using flutter flow which is a no code development framework. I think i know what the probelm is - when i am trying to send the request as a string array some some reason flutter flow api request is making the whole array as a string , which can be seen with the double quotes.

#

these are the options i have

marble marsh
#

Hmm, I don't know how flutter flow construct the request, you might want to check with them how to specify an array in request

olive lichen
#

ok will check with flutter flow support

#

i guess i can do this with postman right? as i wil be implementing the api request through a firestore cloud function. So, i dont need to spend time on figuring out how to do it in flutter flow. If it works in postman it should work in firebase cloud fn