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.
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)
Request
Responses
- 200
Successful response