| 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] |
| 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" |