| Name | Type | Description | Notes |
|---|---|---|---|
| flipdishConnectedAccountId | Integer | Flipdish connected account identifier | [optional] |
| stripeId | String | Stripe's own connected account identifier | [optional] |
| whitelabelConfigId | Integer | Id of the WhitelabelConfig the connected account is assigned to | [optional] |
| cardPaymentsStatus | CardPaymentsStatusEnum | Card payments capability status (Inactive, Pending, Active, Unrequested) | [optional] |
| transfersStatus | TransfersStatusEnum | Transfers capability status (Inactive, Pending, Active, Unrequested) | [optional] |
| accountStatus | AccountStatusEnum | Current status of the account | [optional] |
| payoutsEnabled | Boolean | Payouts Enabled status | [optional] |
| paymentsEnabled | Boolean | Payments Enabled status | [optional] |
| Name | Value |
|---|---|
| INACTIVE | "Inactive" |
| PENDING | "Pending" |
| ACTIVE | "Active" |
| UNREQUESTED | "Unrequested" |
| Name | Value |
|---|---|
| INACTIVE | "Inactive" |
| PENDING | "Pending" |
| ACTIVE | "Active" |
| UNREQUESTED | "Unrequested" |
| Name | Value |
|---|---|
| DISABLED | "Disabled" |
| ENABLED | "Enabled" |
| ADDITIONALINFORMATIONREQUIRED | "AdditionalInformationRequired" |
| PENDINGVERIFICATION | "PendingVerification" |
| UNVERIFIED | "Unverified" |
| REJECTED | "Rejected" |
| UPDATEEXTERNALACCOUNT | "UpdateExternalAccount" |
| PLATFORMPAUSED | "PlatformPaused" |