提起新争议或争议状态发生变化时,艾克索拉会向Webhook URL发送一个包含dispute
类型的Webhook。要接收该Webhook,请联系您的客户成功经理或发送电子邮件至csm@xsolla.com。
notification_type required | string 通知类型。 | ||||||||||||||||||||||||||||||||||||||||||||||||||
action required | string 操作类型。
| ||||||||||||||||||||||||||||||||||||||||||||||||||
required | object 包含交易信息的对象。 | ||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
required | object 包含自定义项目设置信息的对象。 | ||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
required | object 包含用户信息的对象。 | ||||||||||||||||||||||||||||||||||||||||||||||||||
required | object 包含争议信息的对象。 | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
curl -v 'https://your.hostname/your/uri' \ -X POST \ -H 'Authorization: Signature 32c64a80d2527dc08906ae1891bac4489509b9f6' \ -d '{ "notification_type": "dispute", "action": "adding", "transaction": { "id": 123456789, "date_create": "2023-08-24T10:21:00+04:00", "total": { "amount": 1, "currency": "EUR" }, "payment_method": "credit_debit_card" }, "settings": { "project_id": 18404, "merchant_id": 2340 }, "user": { "id": "1234567", "email": "email@example.com", "country_code": "US" }, "dispute": { "incoming_date": "2024-01-25T01:02:03+04:00", "reason": "not_as_described", "type": "retrieval", "status": "new" } }'
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}