Documentation ¶
Overview ¶
Package threedsecure provides the /3d_secure APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
Get returns the details of a 3D Secure auth. For more details see https://stripe.com/docs/api#retrieve_three_d_secure.
func New ¶
func New(params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
New POSTs new 3D Secure auths. For more details see https://stripe.com/docs/api#create_three_d_secure.
Types ¶
type Client ¶
Client is used to invoke /3d_secure APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
func (Client) New ¶
func (c Client) New(params *stripe.ThreeDSecureParams) (*stripe.ThreeDSecure, error)
Click to show internal directories.
Click to hide internal directories.