Payment Processor Webhooks
Taxi & Private Hire › Products › Payment › Payment Processor Webhooks
Generally available
A public endpoint that receives event callbacks from the payment processor (a mock processor in development; a real gateway such as Stripe or Adyen in production). It sits outside the per-tenant path because the processor only knows one URL — tenant context is recovered from the event. Re-deliveries are idempotent (the event id is the dedup key), every event is recorded for audit, and the matching pre-auth, intent and payment are advanced accordingly.
Example request
POST /webhooks/mockpay
See the API reference for the full request and response schema.
Endpoints
| Method | Path | |
|---|---|---|
POST | /webhooks/mockpay · primary |
Full request/response schemas and an interactive explorer will live in the API reference (coming soon).