> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luminpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Update payout schedule



## OpenAPI

````yaml /openapi.json post /payouts/schedule
openapi: 3.0.0
info:
  title: LuminPay API
  description: Stablecoin merchant payments.
  version: '0.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /payouts/schedule:
    post:
      tags:
        - Payouts
      summary: Update payout schedule
      operationId: PayoutsController_updateSchedule
      parameters: []
      responses:
        '201':
          description: ''

````