Payouts
Schedule a payout
Schedule a payout for auto-instruction in the future or update existing payout schedule if the payout has been scheduled before.
post/v3/payouts/{payoutId}/schedule
Path parameters
payoutIdstring uuid required
Id of the payout
Request body
Example request
{
"scheduledFor": "2025-01-01T10:00:00Z",
"notificationsEnabled": true
}Response
Payout is scheduled successfully