Skip to main content

CreatePaymentLinkResponse

idstring

The ID of the payment link resource

Example: KSNMWEWZPPA
sessionIduuid

The ID of the underlying payment session

Example: 01975f11-329f-7c14-a03a-3739d8b48ef3
urluri

The URL to redirect the customer to complete the payment

Example: https://payments.epay.eu/link/KSNMWEWZPPA
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.

Example: /9j/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4n....
CreatePaymentLinkResponse
{
"id": "KSNMWEWZPPA",
"sessionId": "01975f11-329f-7c14-a03a-3739d8b48ef3",
"url": "https://payments.epay.eu/link/KSNMWEWZPPA",
"qrCode": "/9j/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4n...."
}