Interface

CreatePaymentSessionRequest

CreatePaymentSessionRequest

Members

boolean

# generateQR Optional

Flag indicating whether a QR code should be created and returned in the response.

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

string

# location

The location of the payment session (used to group payment sessions).

View Source model/CreatePaymentSessionRequest.d.ts, line 11

DynamicPayload

# merchantInfo

Payload used to pass merchant information to the customer.

View Source model/CreatePaymentSessionRequest.d.ts, line 15

string

# paymentRequestId Optional

The ID of the associated payment request

View Source model/CreatePaymentSessionRequest.d.ts, line 47

number

# timeToLivePaymentSession Optional

The time in seconds that the payment request should remain valid Default value is 0 which indicates that the code will not expire until it is deleted

View Source model/CreatePaymentSessionRequest.d.ts, line 27

number

# timeToLiveQR Optional

The time in seconds that the QR code should remain valid. Default value is 0 which indicates that the code will not expire until it is deleted

View Source model/CreatePaymentSessionRequest.d.ts, line 37