• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

Generating the link

As soon as the Order is created, a “persist” link is available in the Order object at the associated “links” list level.

For example:
  ...
  "links": {
  ...
"persist": {
  	"href": "https://secure.lyra.com/marketplace/orders/c4e214db-3ba7-4646-84dc-4e247b1e4b5f/persist"
    }
  ...
  },
  ...

In order to generate the payment link, simply call the corresponding resource:

GET /orders/{uuid}/persist

NOTE: This resource performs a redirection and returns the Order resource

Once generated, the persist_url link and the expiry_date will now be accessible every time you call the Order object (via a POST, PUT or GET).

For example:
  ...
"persist_url": "https://secure.lyra.com/t/ioeD1uRP",
"expiry_date": "2021-02-15T15:37:47.632009Z"
  ...

NOTE: In case of continuous direct debits, the commission amount is checked from the first call of the GET /orders/{order}/persist resource. The amount will be checked again when the payment form is called by the end buyer.

It is only possible to generate a persistent link on an Order with the “CREATED” status.

The links cannot be modified or deleted.

Jobs
Legal
GDPR
25.18-1.11