Interface AccountCapability

Export

AccountCapability

Hierarchy

  • AccountCapability

Properties

The collection of optional or required attributes for onboarding and operation.

Memberof

AccountCapability

id: string

Unique identifier for the object.

Memberof

AccountCapability

onboarding_application_progress: number

The percentage of required fields completed in the onboarding application.

Memberof

AccountCapability

onboarding_application_url?: string

The URL for the merchant's onboarding application.

Memberof

AccountCapability

pricing_template: PricingTemplate

The pricing applied to/associated with this account.

Memberof

AccountCapability

product_code: ProductCode

Deprecated: See pricing_template for account details. The capability applied to/associated with this account.

Memberof

AccountCapability

Deprecated

requirements_errors: AccountRequirementsError[]

The fields that need to be collected again because validation failed for some reason.

Memberof

AccountCapability

Status of the associated capability as part of the onboarding process. Only the active status represents that payments can be handled by this account for this given capability. created The capability has been created but no further action taken. Generally, this is the state of all capabilities when a merchant has been created but the onboarding process has not yet started. started The onboarding process has been started but not yet submitted. submitted The onboarding process for this capability has been submitted. active This associated capability is active for payments on this account. disabled This associated capability is not valid for payments on this account.

Memberof

AccountCapability

Generated using TypeDoc