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

:arrival_date :: :integer

The timestamp when the microdeposits are expected to land.

:hosted_verification_url :: :string

The URL for the hosted verification page, which allows customers to verify their bank account.

:microdeposit_type :: :string

The type of the microdeposit sent to the customer. Used to distinguish between different verification methods.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionVerifyWithMicrodeposits{
  arrival_date: integer() | nil,
  hosted_verification_url: String.t() | nil,
  microdeposit_type: (:descriptor_code | :amounts) | nil
}

Link to this section Functions

Link to this function

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

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