Payment Status Update
Primer notifies you with a PAYMENT.STATUS webhook when a payment’s status
has been updated. This is especially useful for asyncronous processor Connections,
which do not respond with an upfront authorization.
The webhook events will arrive in the order that the payment status changes,
for example you should expect a status of PENDING, then AUTHORIZED, then
SETTLED (depending on how your workflow is set up).
The webhook body contains the full payment object.
Documentation Index
Fetch the complete documentation index at: https://primer.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
An HMAC signature generated using the webhook payload and a shared signing secret. This is then converted to a base64 encoded string.
A secondary signature that is added when you have rotated your secret within the past 24 hours.
Body
The type of the webhook raised. PAYMENT.STATUS in this case.
The date-time that the webhook was sent.
The Unix timestamp at which the webhook payload was signed.
"1689221338"
The notification configuration details.
The payload version
"2.4"
Response
Return a 200 status to indicate that the data was received successfully