Dispute modifiedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Dispute webhook request body resource.

disputeId
string <= 50 characters

ID of the dispute.

transactionId
string or null <= 50 characters

ID of the transaction.

eventType
string

Type of webhook event.

Enum: "dispute-created" "dispute-modified"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "disputeId": "dp_0YVCE8J5F2DE58FV0S8YASW4HK", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "eventType": "dispute-created", "_embedded": { }, "_links": [ ] }
Responses

2xx

Returns any 2xx status to indicate that data is received.