paymentsource

package
v78.7.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package paymentsource provides the /customers/{customer}/sources APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

Delete a specified source for a given customer.

func Get

Retrieve a specified source for a given customer.

func New

When you create a new credit card, you must specify a customer or recipient on which to create it.

If the card's owner has no default card, then the new card will become the default. However, if the owner already has a default, then it will not change. To change the default, you should [update the customer](https://stripe.com/docs/api#update_customer) to have a new default_source.

func Update

Update a specified source for a given customer.

func Verify

Verify verifies a source which is used for bank accounts. Verify a specified bank account for a given customer.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /customers/{customer}/sources APIs.

func (Client) Del

Delete a specified source for a given customer.

func (Client) Get

Retrieve a specified source for a given customer.

func (Client) List

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

List sources for a specified customer.

func (Client) New

When you create a new credit card, you must specify a customer or recipient on which to create it.

If the card's owner has no default card, then the new card will become the default. However, if the owner already has a default, then it will not change. To change the default, you should [update the customer](https://stripe.com/docs/api#update_customer) to have a new default_source.

func (Client) Update

func (c Client) Update(id string, params *stripe.PaymentSourceParams) (*stripe.PaymentSource, error)

Update a specified source for a given customer.

func (Client) Verify

Verify verifies a source which is used for bank accounts. Verify a specified bank account for a given customer.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for payment sources.

func List

func List(params *stripe.PaymentSourceListParams) *Iter

List sources for a specified customer.

func (*Iter) PaymentSource

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

PaymentSource returns the payment source which the iterator is currently pointing to.

func (*Iter) PaymentSourceList

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

PaymentSourceList 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