Receive webhooks from QuBe Sync when QuickBooks responds to your requests.
webhook_url
you provided with the request. The webhook contains the request ID and the result of the request.
qube_sync
gem, you can verify a webhook as follows:
X-Qube-Signature
header. This header contains a SHA-256 HMAC of the payload using your application’s active secret keys. You can manage your webhook secret keys in the Application’s settings.
The header will be in the following format:
{{timestamp}}.{{body}}
) using your application’s secret key. Then check if that matches any of the signatures in the header.
max_age
that makes sense for your application.