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
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentIntentNextAction{ alipay_handle_redirect: ExOAPI.Stripe.Schemas.PaymentIntentNextActionAlipayHandleRedirect.t() | nil, boleto_display_details: ExOAPI.Stripe.Schemas.PaymentIntentNextActionBoleto.t() | nil, card_await_notification: ExOAPI.Stripe.Schemas.PaymentIntentNextActionCardAwaitNotification.t() | nil, display_bank_transfer_instructions: ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayBankTransferInstructions.t() | nil, konbini_display_details: ExOAPI.Stripe.Schemas.PaymentIntentNextActionKonbini.t() | nil, oxxo_display_details: ExOAPI.Stripe.Schemas.PaymentIntentNextActionDisplayOxxoDetails.t() | nil, paynow_display_qr_code: ExOAPI.Stripe.Schemas.PaymentIntentNextActionPaynowDisplayQrCode.t() | nil, redirect_to_url: ExOAPI.Stripe.Schemas.PaymentIntentNextActionRedirectToUrl.t() | nil, type: String.t() | nil, use_stripe_sdk: map() | nil, verify_with_microdeposits: ExOAPI.Stripe.Schemas.PaymentIntentNextActionVerifyWithMicrodeposits.t() | nil, wechat_pay_display_qr_code: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayDisplayQrCode.t() | nil, wechat_pay_redirect_to_android_app: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayRedirectToAndroidApp.t() | nil, wechat_pay_redirect_to_ios_app: ExOAPI.Stripe.Schemas.PaymentIntentNextActionWechatPayRedirectToIosApp.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()