当用户创建订阅时,艾克索拉会向Webhook URL发送一个create_subscription
类型的Webhook。
notification_type required | string 通知类型。 | ||||
custom_parameters | object 您的自定义参数。 | ||||
object 带有自定义项目设置的对象。 | |||||
| |||||
object 订阅详情(对象)。 | |||||
object 用户详情(对象)。 | |||||
返回以指示处理成功。
提供的信息出错时返回(例如,缺少必需的参数、授权失败等)。
返回以指示您的服务器存在的暂时性错误。
curl -v 'https://your.hostname/your/uri' \ -X POST \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Signature 13342703ccaca5064ad33ba451d800c5e823db8f' \ -d '{ "notification_type": "create_subscription", "settings": { "project_id": 18404, "merchant_id": 2340 }, "user": { "id": "1234567", "name": "John Smith" }, "subscription": { "plan_id": "b5dac9c8", "subscription_id": "10", "product_id": "Demo Product", "date_create": "2014-09-22T19:25:25+04:00", "date_next_charge": "2015-01-22T19:25:25+04:00", "trial": { "value": 90, "type": "day" }, "is_gift": true } }'
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}