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

:alipay_handle_redirect :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionAlipayHandleRedirect

:boleto_display_details :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionBoleto

:card_await_notification :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionCardAwaitNotification

:display_bank_transfer_instructions :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayBankTransferInstructions

:konbini_display_details :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbini

:oxxo_display_details :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayOxxoDetails

:paynow_display_qr_code :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionPaynowDisplayQrCode

:redirect_to_url :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionRedirectToUrl

:type :: :string

Type of the next action to perform, one of redirect_to_url, use_stripe_sdk, alipay_handle_redirect, oxxo_display_details, or verify_with_microdeposits.

:use_stripe_sdk :: :map

When confirming a PaymentIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.

:verify_with_microdeposits :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionVerifyWithMicrodeposits

:wechat_pay_display_qr_code :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayDisplayQrCode

:wechat_pay_redirect_to_android_app :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayRedirectToAndroidApp

:wechat_pay_redirect_to_ios_app :: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayRedirectToIosApp

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

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

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