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

:charge_attempt_at :: :integer

The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.

:customer_approval_required :: :boolean

For payments greater than INR 5000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionCardAwaitNotification{
  charge_attempt_at: integer() | nil,
  customer_approval_required: boolean() | nil
}

Link to this section Functions

Link to this function

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

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