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()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()