• 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

Accessing the webhooks defined and available on your marketplace

All your webhooks are available via the resource:

GET /marketplaces/{marketplace}/webhooks

The resource returns:
  1. The list of webhooks currently defined on the marketplace
  2. And the list of available but unused webhooks

Note: this list will get longer along with the development of the Marketplace API

Example:

Request

GET https://secure.lyra.com/marketplace/marketplaces/6f6b04c2-0e99-4f8d-b710-8856f5654bb8/webhooks

Response

[ { "event_type":"order", "target":"https://mymarketplace.com/mkp/webhooks/order.php" }, { "event_type":"token", "target":"https://mymarketplace.com/mkp/webhooks/order.php" }, { "event_type":"refund", "target":null }, { "event_type":"registration", "target":null } ]

This response indicates that only one webhook address is used for two objects, order and token, but that the webhooks for the refund and registration objects are not specified, and are therefore inactive.

Jobs
Legal
GDPR
25.22-1.11