Skip to main content
PUT
/
v1
/
ui
/
connected-accounts
/
payout-schedule
Update payout schedule for the authenticated provider
curl --request PUT \
  --url https://api.example.com/v1/ui/connected-accounts/payout-schedule \
  --header 'Content-Type: application/json' \
  --data '
{
  "interval": "manual",
  "weekly_anchor": "<string>",
  "monthly_anchor": 123
}
'

Body

application/json
interval
enum<string>
required
Available options:
manual,
daily,
weekly,
monthly
weekly_anchor
string
monthly_anchor
number

Response

Payout schedule updated successfully