Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.5 KB

File metadata and controls

51 lines (40 loc) · 2.5 KB

StripeConnectedAccountInfo

Properties

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]

Enum: AccountStatusEnum

Name Value
DISABLED "Disabled"
ENABLED "Enabled"
ADDITIONALINFORMATIONREQUIRED "AdditionalInformationRequired"
PENDINGVERIFICATION "PendingVerification"
UNVERIFIED "Unverified"
REJECTED "Rejected"
UPDATEEXTERNALACCOUNT "UpdateExternalAccount"
PLATFORMPAUSED "PlatformPaused"

Enum: CardPaymentStatusEnum

Name Value
INACTIVE "Inactive"
PENDING "Pending"
ACTIVE "Active"
UNREQUESTED "Unrequested"

Enum: PayoutScheduleIntervalEnum

Name Value
MANUAL "Manual"
DAILY "Daily"
WEEKLY "Weekly"
MONTHLY "Monthly"