v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

SETTING CHANGE- Deposits

patch/v1/payout/schedule/{schedule_id}

Path parameters

schedule_idstring required

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

time_anchorstring required

Payout schedule time to change

timezone_anchorstring required

Payout schedule time zone.

Response

200

Example response

{
  "data": {
    "object": "PayoutSchedule",
    "id": "AQKqY1DGDqb1GabR",
    "interval": "days",
    "days_delay": 2,
    "days_cycle": 1,
    "payout_automatic": 1,
    "time_anchor": "9:00",
    "timezone_anchor": "EST",
    "created_at": 1723751054,
    "updated_at": 1726060090
  }
}