Added
Transactions scheduled for future execution
2 months ago
Transactions: you can create a transaction now and have it run at a future time instead of processing immediately. That lets you line up charges, captures, or other transaction steps for a specific moment without building your own delay queue or scheduler.
- Include a schedule when you create the transaction using a future epoch timestamp; it stays in a scheduled state until that time, so funds are not moved early.
- Scheduled times must be in the future and within 365 days of creation, which covers typical billing cycles without open-ended deferrals.
- When the scheduled time arrives, the transaction moves into processing on its own; you do not need a follow-up call to start execution.
