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.