Help Needed for Using Dynamic IDs in a POST URL

Database & APIs
Resolved

I'm integrating Stripe's API in my FlutterFlow project and need to dynamically insert an ID into a POST request URL. The endpoint I'm using is:

/v1/transfers/{transferID}/reversals
What have you tried so far?
  • Attempted to place the dynamic ID directly in the URL, but encountered issues with variable placement.

  • Explored options for setting headers or body parameters to handle dynamic content, but couldnโ€™t find a clear solution.

Did you check FlutterFlow's Documentation for this topic?
No
2
4 replies