View Source ExOAPI.Stripe.Schemas.AccountCapabilities (exoapi_stripe v0.1.4)

:acss_debit_payments :: :string

The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges.

:afterpay_clearpay_payments :: :string

The status of the Afterpay Clearpay capability of the account, or whether the account can directly process Afterpay Clearpay charges.

:au_becs_debit_payments :: :string

The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.

:bacs_debit_payments :: :string

The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.

:bancontact_payments :: :string

The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.

:bank_transfer_payments :: :string

The status of the customer_balance payments capability of the account, or whether the account can directly process customer_balance charges.

:boleto_payments :: :string

The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.

:card_issuing :: :string

The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards

:card_payments :: :string

The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.

:cartes_bancaires_payments :: :string

The status of the Cartes Bancaires payments capability of the account, or whether the account can directly process Cartes Bancaires card charges in EUR currency.

:eps_payments :: :string

The status of the EPS payments capability of the account, or whether the account can directly process EPS charges.

:fpx_payments :: :string

The status of the FPX payments capability of the account, or whether the account can directly process FPX charges.

:giropay_payments :: :string

The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.

:grabpay_payments :: :string

The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.

:ideal_payments :: :string

The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.

:jcb_payments :: :string

The status of the JCB payments capability of the account, or whether the account (Japan only) can directly process JCB credit card charges in JPY currency.

:klarna_payments :: :string

The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.

:konbini_payments :: :string

The status of the konbini payments capability of the account, or whether the account can directly process konbini charges.

:legacy_payments :: :string

The status of the legacy payments capability of the account.

:oxxo_payments :: :string

The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.

:p24_payments :: :string

The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.

:paynow_payments :: :string

The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.

:sepa_debit_payments :: :string

The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.

:sofort_payments :: :string

The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.

:tax_reporting_us_1099_k :: :string

The status of the tax reporting 1099-K (US) capability of the account.

:tax_reporting_us_1099_misc :: :string

The status of the tax reporting 1099-MISC (US) capability of the account.

:transfers :: :string

The status of the transfers capability of the account, or whether your platform can transfer funds to the account.

:us_bank_account_ach_payments :: :string

The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountCapabilities{
  acss_debit_payments: (:pending | :inactive | :active) | nil,
  afterpay_clearpay_payments: (:pending | :inactive | :active) | nil,
  au_becs_debit_payments: (:pending | :inactive | :active) | nil,
  bacs_debit_payments: (:pending | :inactive | :active) | nil,
  bancontact_payments: (:pending | :inactive | :active) | nil,
  bank_transfer_payments: (:pending | :inactive | :active) | nil,
  boleto_payments: (:pending | :inactive | :active) | nil,
  card_issuing: (:pending | :inactive | :active) | nil,
  card_payments: (:pending | :inactive | :active) | nil,
  cartes_bancaires_payments: (:pending | :inactive | :active) | nil,
  eps_payments: (:pending | :inactive | :active) | nil,
  fpx_payments: (:pending | :inactive | :active) | nil,
  giropay_payments: (:pending | :inactive | :active) | nil,
  grabpay_payments: (:pending | :inactive | :active) | nil,
  ideal_payments: (:pending | :inactive | :active) | nil,
  jcb_payments: (:pending | :inactive | :active) | nil,
  klarna_payments: (:pending | :inactive | :active) | nil,
  konbini_payments: (:pending | :inactive | :active) | nil,
  legacy_payments: (:pending | :inactive | :active) | nil,
  oxxo_payments: (:pending | :inactive | :active) | nil,
  p24_payments: (:pending | :inactive | :active) | nil,
  paynow_payments: (:pending | :inactive | :active) | nil,
  sepa_debit_payments: (:pending | :inactive | :active) | nil,
  sofort_payments: (:pending | :inactive | :active) | nil,
  tax_reporting_us_1099_k: (:pending | :inactive | :active) | nil,
  tax_reporting_us_1099_misc: (:pending | :inactive | :active) | nil,
  transfers: (:pending | :inactive | :active) | nil,
  us_bank_account_ach_payments: (:pending | :inactive | :active) | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()