Dispute Status
Primer notifies you with a DISPUTE.STATUS webhook that will provide information on retrievals, disputes (also known as chargebacks), and preabritration filings.
This notification is supported for processors Adyen, Braintree, Checkout.com & PayPal.
The DISPUTE.STATUS event can be used to proactively communicate with customers, issue refunds, send disputes to risk tools, or to proactively defend disputes.
The DISPUTE.STATUS event is currently in an open beta stage, as we continue to add more processors.
Learn more about managing disputes at Primer.
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.
Request body
Example request
{
"version": "2.4"
}Response
Return a 200 status to indicate that the data was received successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.