Skip to main content

CreatePaymentLinkResponse

idstring

The ID of the payment link resource

sessionIduuid

The ID of the underlying payment session

urluri

The URL to redirect the customer to complete the payment

qrCodestring

QR code version of the url in base64, which can be displayed for quick device-to-device link sharing such as from a POS device where the customer can scan the code and complete the payment on their own phone.

CreatePaymentLinkResponse
{
"id": "string",
"sessionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"url": "string",
"qrCode": "string"
}