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/mollieRéponses
| Statut | Description | Type |
|---|---|---|
| 200 | acknowledged — applied, replayed, or attributable to nobody | — |
| 400 | no payment id in the body | echo.HTTPError |
| 500 | not applied — the provider should retry | echo.HTTPError |
| 503 | billing is not configured | echo.HTTPError |
Source machine : openapi.json · opération handleMollieWebhook