Skip to main content

Update Payout Finance Settings

PUT 

/api/shopify/:integrationInstance/payout-finance-settings

Updates the payout finance settings for the integration instance. All fields are optional; omitted fields keep their current values, and nullable fields can be set to null to clear them. Returns the resolved settings after the update.

Authentication: Requires Bearer token.

Request body:

  • fallback_revenue_nominal_code_id (optional, nullable, integer): account for unmapped revenue lines; must reference an existing general-ledger account.
  • fallback_expense_nominal_code_id (optional, nullable, integer): account for unmapped expense lines; must reference an existing general-ledger account.
  • clearing_nominal_code_id (optional, nullable, integer): clearing account that payout documents settle against; must reference an existing general-ledger account.
  • accounting_sync_mode (optional, string): one of per_order, per_payout.
  • payout_accounting_start_date (optional, nullable, date): payouts dated before this are not posted to accounting.

Request

Responses

OK

Response Headers
    Content-Type