Source type
Xero Source Configuration
Xero sources receive accounting webhook events and verify Xero's intent-to-receive and delivery signatures.
Xero configuration
Create a Xero source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Webhook Signing Key values for provider signature. FastHook uses these settings to validate each Xero delivery before it enters the routing workflow.
Source TypeXERO
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Signing Key
{
"type": "XERO",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "XERO",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Xero request contract
FastHook computes a base64 HMAC-SHA256 digest over the raw body and compares it to x-xero-signature.
Xero headers
Preserve x-xero-signature when sending Xero test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
x-xero-signatureBase64 HMAC-SHA256 signature over the raw body.
Xero setup
- Configure the Xero webhook URL with the FastHook Source URL.
- Paste the Xero webhook signing key into FastHook.
- Use FastHook request records to inspect intent-to-receive validation attempts.