· Locally.tech

How can I delay an API call till after a variable date? Cloud function?

Database & APIs

I am building an event platform and taking transactions. I have built the necessary Stripe API's per the Stripe documentation, but I don't want to implement the API that pays the event creator during checkout, but rather 24-48 hours after the event has happened? How do I delay this? And where would I implement this type of call/action in a workflow? Is this something a cloud function should/could handle? Or do I need to implement more API's from Stripe such as those mentioned here. And if so, where would I even call those API's?

I used Steven Liu's videos on YouTube to get the initial API's.

What have you tried so far?

I have built the API's, but can't find a way to delay them until after a variable date?

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