Interface

CustomerPaymentSessionsApi

CustomerPaymentSessionsApi

Members

Promise.<void>

# delete

Delete a PaymentSession

View Source api/CustomerPaymentSessions.d.ts, line 33

Promise.<PaymentSession>

# getById

Retrieve a PaymentSession by it's ID

View Source api/CustomerPaymentSessions.d.ts, line 11

Promise.<PaymentSession>

# getByQRCodeId

Retrieve a PaymentSession by a QR code ID associated to the session.

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

Promise.<void>

# preApprove

Pre-approve payment for a PaymentSession

View Source api/CustomerPaymentSessions.d.ts, line 40

Promise.<void>

# update

Update a PaymentSession

View Source api/CustomerPaymentSessions.d.ts, line 25