Registers a webhook endpoint URL for the authenticated organisation. PCX will POST transaction update events to this URL as they occur. The organisation identity is derived from the API key — no explicit org_id is needed in the request body.
Documentation Index
Fetch the complete documentation index at: https://docs.pcxpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
"pcx_abc123_xxxx"
The HTTPS URL that PCX will POST transaction events to. Must be publicly reachable and return a 2xx response to acknowledge receipt.
"https://yourapp.com/webhooks/pcx"