Interface

NewPaymentRequestQRCode

NewPaymentRequestQRCode

Request to create a new QRCode for a Payment Request

View Source model/NewPaymentRequest.d.ts, line 99

Members

string

# referenceId

The ID of the payment request linked to this QRCode

View Source model/NewPaymentRequest.d.ts, line 105

QRCodePaymentReferenceType

# referenceType

The type of ID held in NewPaymentRequestQRCode.referenceId

View Source model/NewPaymentRequest.d.ts, line 109

number

# timeToLive Optional

The time in seconds that the QR code should remain valid. After this time any use of the QR code by a customer will fail to return any data. If absent, the API will default value to 0 which indicates that the code will not expire until it is deleted.

View Source model/NewPaymentRequest.d.ts, line 113