| Name | Type | Description | Notes |
|---|---|---|---|
| accountStatus | AccountStatusEnum | Stripe connected account status | [optional] |
| stripeId | String | Stripe connected account id | [optional] |
| cardPaymentStatus | CardPaymentStatusEnum | Current status of the Card Payment capability of the account | [optional] |
| payoutScheduleInterval | PayoutScheduleIntervalEnum | Payouts Schedule Interval | [optional] |
| payoutsEnabled | Boolean | Payouts Enabled status | [optional] |
| payoutsPaused | Boolean | Flag indicating if payouts are paused | [optional] |
| paymentsEnabled | Boolean | Flag indicating if payments are enabled | [optional] |
| disabledReason | String | If the Stripe connected account is disabled, this is Stripe's raw requirements.disabled_reason describing why, as last recorded from a Stripe connected-account webhook. Known values are requirements.fields_needed, requirements.past_due, requirements.pending_verification, rejected.fraud, rejected.terms_of_service, rejected.listed, rejected.other and platform_paused, but Stripe can introduce new ones, so the value is passed through unmapped (the same way CapabilityRequirementsInfo.DisabledReason is). null when the account is not disabled. Note that {Flipdish.PublicModels.V1.BankAccount.StripeConnectedAccountInfo.AccountStatus} is a deliberately lossy mapping of this value and the two can legitimately disagree - do not derive one from the other. | [optional] |
| Name | Value |
|---|---|
| DISABLED | "Disabled" |
| ENABLED | "Enabled" |
| ADDITIONALINFORMATIONREQUIRED | "AdditionalInformationRequired" |
| PENDINGVERIFICATION | "PendingVerification" |
| UNVERIFIED | "Unverified" |
| REJECTED | "Rejected" |
| UPDATEEXTERNALACCOUNT | "UpdateExternalAccount" |
| PLATFORMPAUSED | "PlatformPaused" |
| Name | Value |
|---|---|
| INACTIVE | "Inactive" |
| PENDING | "Pending" |
| ACTIVE | "Active" |
| UNREQUESTED | "Unrequested" |
| Name | Value |
|---|---|
| MANUAL | "Manual" |
| DAILY | "Daily" |
| WEEKLY | "Weekly" |
| MONTHLY | "Monthly" |