Webhooks for your first PSB integration: register topics, return 2xx within 100s, verify HMAC SHA256 signatures.
Without webhooks you only see synchronous API responses. Delivery status, retries and receipt run asynchronously — hooks belong in every serious integration.
Minimal setup in the sandbox
Publish an HTTPS endpoint that can receive JSON (temporary: a tunnel such as ngrok is fine for accp)
Register a hook with topic InvoiceSent (send) and/or InvoiceReceived (receive)
Respond within 100 seconds with HTTP 2xx
Verify the HMAC SHA256 signature before you trust the payload
Exact registration API, headers and retry behaviour: Set up webhooks.