Interface

PaymentSession

PaymentSession

A session between a customer and a merchant

View Source model/PaymentSession.d.ts, line 4

Members

DynamicPayload

# customerInfo Optional

Payload used to pass customer information back to the merchant

View Source model/PaymentSession.d.ts, line 40

Date

# expiryTime

The timestamp of when the payment session will expire and become unusable

View Source model/PaymentSession.d.ts, line 28

string

# location

The location of the PaymentSession (used to group payment sessions)

View Source model/PaymentSession.d.ts, line 32

string

# merchantId

The ID of the merchant initiating the PaymentSession

View Source model/PaymentSession.d.ts, line 19

DynamicPayload

# merchantInfo

Payload used to pass merchant information to the customer

View Source model/PaymentSession.d.ts, line 36

string

# paymentRequestId Optional

The ID of the associated Payment Request

View Source model/PaymentSession.d.ts, line 14

string

# paymentSessionId

The ID of the PaymentSession

View Source model/PaymentSession.d.ts, line 10

string

# walletId Optional

The ID of the customers wallet

View Source model/PaymentSession.d.ts, line 23