notification_type required | string 通知类型。 | ||||||||||||||||||||||||||||||||||||||
required | Array of objects 用户所购商品的列表。 | ||||||||||||||||||||||||||||||||||||||
Array | |||||||||||||||||||||||||||||||||||||||
required | object 订单信息。 | ||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
required | object 用户信息。 | ||||||||||||||||||||||||||||||||||||||
custom_parameters | object 附加信息。 |
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
{- "custom_parameters": { },
- "items": [ ],
- "notification_type": "string",
- "order": {
- "amount": "string",
- "comment": "string",
- "coupons": [
- {
- "code": "string",
- "external_id": "string"
}
], - "currency": "string",
- "currency_type": "real",
- "id": 0,
- "invoice_id": "string",
- "mode": "default",
- "platform": "xsolla",
- "promocodes": [
- {
- "code": "string",
- "external_id": "string"
}
], - "promotions": [
- {
- "amount_with_discount": "string",
- "amount_without_discount": "string",
- "sequence": 0
}
], - "status": "string"
}, - "user": {
- "email": "string",
- "external_id": "string"
}
}