Interface

PaymentInstrumentsApi

PaymentInstrumentsApi

Members

Promise.<void>

# delete

Delete a PaymentInstrument from a Wallet

View Source api/PaymentInstruments.d.ts, line 23

Promise.<IndividualPaymentInstrument>

# getByToken

Get the specified payment instrument of the customer.

View Source api/PaymentInstruments.d.ts, line 10

Promise.<PaymentInstrumentAdditionResult>

# initiateAddition

Initiate the addition of a new PaymentInstrument for the customer. To complete the addition the customer will have to use the returned URL details to enter the instrument details.

View Source api/PaymentInstruments.d.ts, line 30

Promise.<WalletContents>

# list

Retrieve the customer's registered PaymentInstrumentsApi

View Source api/PaymentInstruments.d.ts, line 18