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

:return_url :: :string

If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.

:url :: :string

The URL you must redirect your customer to in order to authenticate the payment.

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextActionRedirectToUrl{
  return_url: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Link to this function

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

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