View Source ExOAPI.Stripe.SDK.Stripe3dSecure (exoapi_stripe v0.1.1)
Link to this section Summary
Functions
description: <p>Retrieves a 3D Secure object.</p>
description: <p>Initiate 3D Secure authentication.</p>
Link to this section Types
@type get3d_secure_three_d_secure_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get3d_secure_three_d_secure( client :: ExOAPI.Client.t(), three_d_secure :: String.t(), [get3d_secure_three_d_secure_opts()] ) :: {:ok, any()} | {:error, any()}
description: <p>Retrieves a 3D Secure object.</p>
@spec post3d_secure(client :: ExOAPI.Client.t(), body :: map()) :: {:ok, any()} | {:error, any()}
description: <p>Initiate 3D Secure authentication.</p>