{
"eventId": "<string>",
"eventType": "DISPUTE_RESOLVED",
"data": {
"dispute": {
"id": "<string>",
"status": "<string>",
"respondBy": "2023-11-07T05:31:56Z",
"reason": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"lostReason": "<string>"
},
"response": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"payment": {
"id": "<string>",
"amount": 123,
"currency": "<string>",
"paymentTime": "2023-11-07T05:31:56Z",
"type": "<string>",
"authorizationCode": "<string>",
"cardDetail": {
"id": "<string>",
"cardholder": "<string>",
"last4": "<string>",
"brand": "<string>",
"expiryMonth": 123,
"expiryYear": 123,
"funding": "<string>",
"issuer": "<string>",
"country": "<string>"
},
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
},
"customer": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"username": "<string>",
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
},
"organization": {
"id": "<string>",
"name": "<string>"
}
}
}Webhooks
Contracargo resuelto
Payload enviado cuando se resuelve un contracargo.
WEBHOOK
disputeResolved
{
"eventId": "<string>",
"eventType": "DISPUTE_RESOLVED",
"data": {
"dispute": {
"id": "<string>",
"status": "<string>",
"respondBy": "2023-11-07T05:31:56Z",
"reason": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"lostReason": "<string>"
},
"response": {
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
},
"payment": {
"id": "<string>",
"amount": 123,
"currency": "<string>",
"paymentTime": "2023-11-07T05:31:56Z",
"type": "<string>",
"authorizationCode": "<string>",
"cardDetail": {
"id": "<string>",
"cardholder": "<string>",
"last4": "<string>",
"brand": "<string>",
"expiryMonth": 123,
"expiryYear": 123,
"funding": "<string>",
"issuer": "<string>",
"country": "<string>"
},
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
},
"customer": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"username": "<string>",
"metadata": [
{
"key": "<string>",
"value": "<string>"
}
],
"meta": {}
},
"organization": {
"id": "<string>",
"name": "<string>"
}
}
}Body
application/json
Response
2XX
Webhook accepted by the receiver.
Was this page helpful?