Interface

InstrumentsApi

InstrumentsApi

Members

Promise.<Record.<string, unknown>>

# delete

Delete a stored payment intrument of a consumer.

View Source api/WalletManagement/Instruments.d.ts, line 39

Promise.<ListPaymentInstrumentsResponse>

# getList

Get the stored payment intruments of a consumer.

View Source api/WalletManagement/Instruments.d.ts, line 27

Promise.<ImportPaymentInstrumentsResponse>

# import

Import a consumers credit cards (from WebPay) and paypal accounts to a new wallet. This API is IP restricted to allow unauthenticated server side calls.

View Source api/WalletManagement/Instruments.d.ts, line 13

Promise.<ListPaymentInstrumentsResponse>

# postList

Get the stored payment intruments of a consumer. This API is IP restricted to allow unauthenticated server side calls.

View Source api/WalletManagement/Instruments.d.ts, line 32

Promise.<VerifyPaymentInstrumentsSuccessResponse>

# verify

Verify if a provided payment instrument is valid and optionally perform a fraud check on the instrument.

View Source api/WalletManagement/Instruments.d.ts, line 20