View Source ExOAPI.Stripe.Schemas.PaymentIntentNextActionAlipayHandleRedirect (exoapi_stripe v0.1.4)
:native_data :: :string
The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
:native_url :: :string
The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
: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()
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()