paymentintent

package
v72.86.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: MIT Imports: 3 Imported by: 27

Documentation

Overview

Package paymentintent provides the /payment_intents APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cancel

Cancel is the method for the `POST /v1/payment_intents/{intent}/cancel` API.

func Capture

Capture is the method for the `POST /v1/payment_intents/{intent}/capture` API.

func Confirm

Confirm is the method for the `POST /v1/payment_intents/{intent}/confirm` API.

func Get

Get returns the details of a payment intent.

func New

New creates a new payment intent.

func Update

Update updates a payment intent's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /payment_intents APIs.

func (Client) Cancel

Cancel is the method for the `POST /v1/payment_intents/{intent}/cancel` API.

func (Client) Capture

Capture is the method for the `POST /v1/payment_intents/{intent}/capture` API.

func (Client) Confirm

Confirm is the method for the `POST /v1/payment_intents/{intent}/confirm` API.

func (Client) Get

Get returns the details of a payment intent.

func (Client) List

func (c Client) List(listParams *stripe.PaymentIntentListParams) *Iter

List returns a list of payment intents.

func (Client) New

New creates a new payment intent.

func (Client) Update

func (c Client) Update(id string, params *stripe.PaymentIntentParams) (*stripe.PaymentIntent, error)

Update updates a payment intent's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for payment intents.

func List

func List(params *stripe.PaymentIntentListParams) *Iter

List returns a list of payment intents.

func (*Iter) PaymentIntent

func (i *Iter) PaymentIntent() *stripe.PaymentIntent

PaymentIntent returns the payment intent which the iterator is currently pointing to.

func (*Iter) PaymentIntentList

func (i *Iter) PaymentIntentList() *stripe.PaymentIntentList

PaymentIntentList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL