API / Internal

POST

/billing/webhook/mollie

Payment provider webhook

Receives payment notifications from Mollie. The body is unsigned and carries only a payment id, so the payment is re-fetched with the API key before anything is applied — the authenticated read is the security boundary. Idempotent: replayed notifications are acknowledged without being re-applied.

Authentification : publique.

Exemple curl

curl -X POST https://api.sporee.fr/billing/webhook/mollie

Réponses

StatutDescriptionType
200acknowledged — applied, replayed, or attributable to nobody
400no payment id in the bodyecho.HTTPError
500not applied — the provider should retryecho.HTTPError
503billing is not configuredecho.HTTPError

Source machine : openapi.json · opération handleMollieWebhook