---
title: "Create and map an Accounting Platform Account"
method: POST
path: "/v1/web/accounting-integration-account"
tags: ["Accounting Integration Account"]
---

# Create and map an Accounting Platform Account

`POST /v1/web/accounting-integration-account`

## Request body

- object
  - `name` string, required
  - `type` union, required
    - 'accounts_payable'
    - 'accounts_receivable'
    - 'bank'
    - 'fixed_asset'
    - 'other_asset'
    - 'other_current_asset'
    - 'liability'
    - 'equity'
    - 'expense'
    - 'other_expense'
    - 'income'
    - 'other_income'
    - 'credit_card'
    - 'cost_of_goods_sold'
    - 'other_current_liability'
    - 'long_term_liability'
    - 'non_posting'
    - 'unknown'
  - `currencyCode` union, required
    - 'AED'
    - 'AFN'
    - 'ALL'
    - 'AMD'
    - 'ANG'
    - 'AOA'
    - 'ARS'
    - 'AUD'
    - 'AWG'
    - 'AZN'
    - 'BAM'
    - 'BBD'
    - 'BDT'
    - 'BGN'
    - 'BHD'
    - 'BIF'
    - 'BMD'
    - 'BND'
    - 'BOB'
    - 'BOV'
    - 'BRL'
    - 'BSD'
    - 'BTN'
    - 'BWP'
    - 'BYR'
    - 'BZD'
    - 'CAD'
    - 'CDF'
    - 'CHE'
    - 'CHF'
    - 'CHW'
    - 'CLF'
    - 'CLP'
    - 'CNY'
    - 'COP'
    - 'COU'
    - 'CRC'
    - 'CUC'
    - 'CUP'
    - 'CVE'
    - 'CZK'
    - 'DJF'
    - 'DKK'
    - 'DOP'
    - 'DZD'
    - 'EGP'
    - 'ERN'
    - 'ETB'
    - 'EUR'
    - 'FJD'
    - 'FKP'
    - 'GBP'
    - 'GEL'
    - 'GHS'
    - 'GIP'
    - 'GMD'
    - 'GNF'
    - 'GTQ'
    - 'GYD'
    - 'HKD'
    - 'HNL'
    - 'HRK'
    - 'HTG'
    - 'HUF'
    - 'IDR'
    - 'ILS'
    - 'INR'
    - 'IQD'
    - 'IRR'
    - 'ISK'
    - 'JMD'
    - 'JOD'
    - 'JPY'
    - 'KES'
    - 'KGS'
    - 'KHR'
    - 'KMF'
    - 'KPW'
    - 'KRW'
    - 'KWD'
    - 'KYD'
    - 'KZT'
    - 'LAK'
    - 'LBP'
    - 'LKR'
    - 'LRD'
    - 'LSL'
    - 'LTL'
    - 'LVL'
    - 'LYD'
    - 'MAD'
    - 'MDL'
    - 'MGA'
    - 'MKD'
    - 'MMK'
    - 'MNT'
    - 'MOP'
    - 'MRO'
    - 'MUR'
    - 'MVR'
    - 'MWK'
    - 'MXN'
    - 'MXV'
    - 'MYR'
    - 'MZN'
    - 'NAD'
    - 'NGN'
    - 'NIO'
    - 'NOK'
    - 'NPR'
    - 'NZD'
    - 'OMR'
    - 'PAB'
    - 'PEN'
    - 'PGK'
    - 'PHP'
    - 'PKR'
    - 'PLN'
    - 'PYG'
    - 'QAR'
    - 'RON'
    - 'RSD'
    - 'RUB'
    - 'RWF'
    - 'SAR'
    - 'SBD'
    - 'SCR'
    - 'SDG'
    - 'SEK'
    - 'SGD'
    - 'SHP'
    - 'SLL'
    - 'SOS'
    - 'SRD'
    - 'SSP'
    - 'STD'
    - 'SVC'
    - 'SYP'
    - 'SZL'
    - 'THB'
    - 'TJS'
    - 'TMT'
    - 'TND'
    - 'TOP'
    - 'TRY'
    - 'TTD'
    - 'TWD'
    - 'TZS'
    - 'UAH'
    - 'UGX'
    - 'USD'
    - 'USN'
    - 'USS'
    - 'UYI'
    - 'UYU'
    - 'UYW'
    - 'UZS'
    - 'VEF'
    - 'VND'
    - 'VUV'
    - 'WST'
    - 'XAF'
    - 'XAG'
    - 'XAU'
    - 'XBA'
    - 'XBB'
    - 'XBC'
    - 'XBD'
    - 'XCD'
    - 'XDR'
    - 'XFU'
    - 'XOF'
    - 'XPD'
    - 'XPF'
    - 'XPT'
    - 'XTS'
    - 'XXX'
    - 'YER'
    - 'ZAR'
    - 'ZMW'
    - 'ETH'
    - 'BTC'
  - `subsidiaryId` string
  - `nominalCode` string
  - `cardLastFourDigits` string
  - `locationId` string
  - `mappingIntent` object, required
    - `entityType` 'account:creditCard', required
    - `entityId` string, required
    - `entityName` string, required
    - `journalType` string

## Response `202`

Default Response

- object
  - `entityType` 'account:creditCard', required
  - `entityId` string, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.net/funneldash/apis/surface-web-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-web-api/revisions/ac700d65f443/schema)
