PayByLink via API
PayByLink is an easy way to request and accept payments. Just add the link to your emails, SMS, or invoices that you send out to your consumers. You do not need to have a website or a mobile app to be able to use PayByLink.
You can also generate a QR code linking to the payment link. Download the QR code and add the QR Code image to any printed materials:

The consumer clicks on the link, and is re-directed to the payment page hosted by Judopay. This means you do not require any integration, and also reduces your PCI scope.
Once the payment is complete, a message is presented to the consumer to let them know the transaction status. You can choose to set a success or failure URL for the consumer to be redirected to.
You can also add your logo to the payment page, to provide a seamless payment journey for your consumer. Contact customer support to arrange for your logo to be added.
You can generate as many PayByLink payments as you need. Each generated link can only be used to take a single payment.
You can create a link via the:
Add the link to your emails, SMS, or invoices sent to your consumers.
Call the Judopay Transaction API to create a payment link: Make a HTTPS POST Request: https://api-sandbox.judopay.com/webpayments/payments
Parameter | Description |
---|---|
payByLinkUrl String | The short URL of the PayByLink payment form. |
postUrl String | The root URL of the payment link. |
reference String | Unique identifier of the payment. This can be used to query payment details. |