#satyashetty
1 messages · Page 1 of 1 (latest)
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.
- satyashetty, 24 minutes ago, 5 messages
- satyashetty, 3 days ago, 21 messages
- satyashetty, 6 days ago, 5 messages
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
this would be the request id of the failed api call? with 400
@marble marsh req_GRI37jKjP792Z9, req_PhWg2L5dks2nNf, req_V3slbBuA6LIF24
@marble marsh not working req_hlHJAnbYCr3RdR
Ah, it should be an array, use ["data.payment_intent"]
@marble marsh tried that too req_apSD4DvDRLnqTX doesnt work
There's no need to tag me in every message, I won't miss your message
Can you share with me the code ?
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
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
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