---
title: "POST /api/v1.0/{appId}/customconnect/{bankAccountId}/create-update-account"
method: POST
path: "/api/v1.0/{appId}/customconnect/{bankAccountId}/create-update-account"
tags: ["StripeCustomConnect"]
---

# POST /api/v1.0/{appId}/customconnect/{bankAccountId}/create-update-account

`POST /api/v1.0/{appId}/customconnect/{bankAccountId}/create-update-account`

## Path parameters

- `appId` string, required
- `bankAccountId` integer, required

## Response `200`

OK

- RestApiResultStripeConnectedAccount — Rest api result
  - `Data` StripeConnectedAccount, required — Represents a Stripe custom connected account
    - `FlipdishConnectedAccountId` integer — Flipdish connected account identifier
    - `StripeId` string — Stripe's own connected account identifier
    - `WhitelabelConfigId` integer — Id of the WhitelabelConfig the connected account is assigned to
    - `CardPaymentsStatus` 'Inactive' | 'Pending' | 'Active' | 'Unrequested' — Card payments capability status (Inactive, Pending, Active, Unrequested)
    - `TransfersStatus` 'Inactive' | 'Pending' | 'Active' | 'Unrequested' — Transfers capability status (Inactive, Pending, Active, Unrequested)
    - `AccountStatus` 'Disabled' | 'Enabled' | 'AdditionalInformationRequired' | 'PendingVerification' | 'Unverified' | 'Rejected' | 'UpdateExternalAccount' | 'PlatformPaused' — Current status of the account
    - `PayoutsEnabled` boolean, nullable — Payouts Enabled status
    - `PaymentsEnabled` boolean, nullable — Payments Enabled status

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
