BuildShipBBuildShip
Powered by
BeetovenB
BuildShip•15mo ago•
7 replies
Beetoven

API error with FlutterFlow

I have a WorFlow (“Stripe Payment Checkout Link Creator”) that works manually in BuildShip 2.0. The input is in the format:

[{
"price": (x) Price ID,
"quantity": (x) Quantity
}]

In FlutterFlow I call the API with the following JSON file:

{
"PriceID": "<varpriceId>",
"Quantity": <varquantity>
}

I've tried other variations:

{
"PriceId": "<varpriceId>",
"quantity": <varquantity>
}


{
"Price ID": "<varpriceId>",
"Quantity": <varquantity>
}

It's always a mistake:

"type": "StripeInvalidRequestError",
"raw": {
"message": "The
line_items
line_items
parameter...

Has anyone experienced this problem and been able to solve it? Could you post the solution here?

Thank you.
Solution
I did it simply by recreating a new, similar workflow. I conclude that I made a mistake in changing the original template.
Jump to solution
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Connect flutterflow with google vision api
FadiFFadi / ❓・buildship-help
11mo ago
FlutterFlow transcribe recorded Audio through BuildShip API
MickMMick / ❓・buildship-help
12mo ago
Json Array in API Call from Flutterflow
hannahjk.Hhannahjk. / ❓・buildship-help
14mo ago
FlutterFlow Streaming Assistant with Firestore
raj patelRraj patel / ❓・buildship-help
2y ago