Pay by Link
Pay by Link lets you charge a shopper without an online checkout. You create the payment through a simple API call, and seQura generates the payment link and delivers it directly to the shopper by SMS or email — or hands it back to you (no_op channel) so you can share it through your own means. It is ideal for phone sales, in-store assisted sales, or any flow where the shopper is not in front of your website.
Activation required: Pay by Link is not enabled by default. To start using this feature, ask your seQura account manager to activate it for your merchant account.
How it works
- You create the payment — a single
POSTrequest with the amount, the delivery channel (smsoremail) and the shopper's contact details. - seQura delivers the link — the payment link is sent straight to the shopper through the chosen channel. With the
no_opchannel, nothing is sent: the link is returned in the response so you deliver it yourself. - The shopper completes the payment — they open the link and go through seQura's payment flow.
- You get the result — seQura notifies your webhook, and you can also poll the payment status at any time with a
GETrequest.
In this section
- Send Payment Links by SMS or Email: Full API guide — authentication, creating payments, checking their status, result webhooks and error handling.
Updated about 12 hours ago
Did this page help you?