{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "resolution_center_case.created",
"data": {
"id": "reso_xxxxxxxxxxxxx",
"status": "merchant_response_needed",
"issue": "forgot_to_cancel",
"created_at": "2023-12-01T05:00:00.401Z",
"updated_at": "2023-12-01T05:00:00.401Z",
"due_date": "2023-12-01T05:00:00.401Z",
"customer_appealed": true,
"merchant_appealed": true,
"customer_response_actions": [
"respond"
],
"merchant_response_actions": [
"accept"
],
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"platform_response_actions": [
"request_buyer_info"
],
"payment": {
"id": "pay_xxxxxxxxxxxxxx",
"currency": "usd",
"created_at": "2023-12-01T05:00:00.401Z",
"paid_at": "2023-12-01T05:00:00.401Z",
"total": 6.9,
"subtotal": 6.9
},
"member": {
"id": "<string>"
},
"resolution_events": [
{
"id": "revt_xxxxxxxxxxxxx",
"action": "created",
"reporter_type": "merchant",
"details": "I did not authorize this purchase.",
"created_at": "2023-12-01T05:00:00.401Z"
}
]
},
"company_id": "biz_xxxxxxxxxxxxxx"
}Sent when a resolution center case is created
Required permissions:
payment:resolution_center_case:readwebhook_receive:resolutions{
"id": "msg_xxxxxxxxxxxxxxxxxxxxxxxx",
"api_version": "v1",
"timestamp": "2025-01-01T00:00:00.000Z",
"type": "resolution_center_case.created",
"data": {
"id": "reso_xxxxxxxxxxxxx",
"status": "merchant_response_needed",
"issue": "forgot_to_cancel",
"created_at": "2023-12-01T05:00:00.401Z",
"updated_at": "2023-12-01T05:00:00.401Z",
"due_date": "2023-12-01T05:00:00.401Z",
"customer_appealed": true,
"merchant_appealed": true,
"customer_response_actions": [
"respond"
],
"merchant_response_actions": [
"accept"
],
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"platform_response_actions": [
"request_buyer_info"
],
"payment": {
"id": "pay_xxxxxxxxxxxxxx",
"currency": "usd",
"created_at": "2023-12-01T05:00:00.401Z",
"paid_at": "2023-12-01T05:00:00.401Z",
"total": 6.9,
"subtotal": 6.9
},
"member": {
"id": "<string>"
},
"resolution_events": [
{
"id": "revt_xxxxxxxxxxxxx",
"action": "created",
"reporter_type": "merchant",
"details": "I did not authorize this purchase.",
"created_at": "2023-12-01T05:00:00.401Z"
}
]
},
"company_id": "biz_xxxxxxxxxxxxxx"
}A unique identifier for this webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The signature of the webhook request with the webhook version prepended
"v1,BASE64ENCODEDSIGNATURE"
The timestamp in seconds since the Unix epoch that the webhook was sent at on the server
"1727606400"
A unique ID for every single webhook request
"msg_xxxxxxxxxxxxxxxxxxxxxxxx"
The API version for this webhook
"v1""v1"
The timestamp in ISO 8601 format that the webhook was sent at on the server
"2025-01-01T00:00:00.000Z"
The webhook event type
"resolution_center_case.created""resolution_center_case.created"
A resolution center case is a dispute or support case between a user and a company, tracking the issue, status, and outcome.
Show child attributes
The company ID that this webhook event is associated with
"biz_xxxxxxxxxxxxxx"
Return a 200 status to indicate that the data was received successfully
Was this page helpful?