Enable or disable automatic payout scheduling

Enables or disables automatic scheduled payouts for the authenticated seller. When enabled, payouts are triggered automatically on the standard settlement cadence. Returns updated payout status. Requires disbursements:write scope. Delegates to GMPPaymentsPlatform (Phase 5).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
enabledbooleanRequired

true to enable automatic payouts; false to disable

Response

Success
statusenumOptional
amountobjectOptional
scheduledDatedatetimeOptional
completedDatedatetimeOptional

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error