Skip to main content

Update Accounting Mapping

POST 

/api/payment-types/accounting-mapping

Bulk update accounting integration mappings for payment types. Maps each payment type to an external accounting system account.

Required scope: settings:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Body:

  • payment_types (required): Array of payment type mapping objects
  • payment_types[].id (required): Payment type ID
  • payment_types[].accounting_integration_id (required): External accounting account ID
  • payment_types[].accounting_integration_type (required): Accounting integration type (e.g., QuickBooks)

Requires permission: payment_types.update

Request

Responses

OK

Response Headers
    Content-Type