Event Slug | Description |
---|
crm.webhooks.requests.propTradingLive.reject | Triggers when request is rejected |
Key | Type | Description |
---|
id | string | request id |
type | string | request type: prop_trading_live_step |
status | string | request status: rejected |
user_id | string | request user id |
request_time | string | date and time of the request. UTC+0 |
package_name | map | name of prop trading challenge |
platform | string | trading platform |
connection_id | string | trading platform server id |
group | string | group of trading account |
leverage | string | leverage of trading account |
initial_balance | string | initial balance of trading account |
max_daily_loss_percent | string | max daily loss percent of prop trading account |
max_loss_percent | string | max loss percent of prop trading account |
profit_target_percent | number | profit target percent of prop trading account |
This is an example of the full JSON payload while rejected a withdrawal request
{
"source": {
"service": "requests",
"group": "crm.webhooks.groups.requests.propTradingLive",
"event": "crm.webhooks.requests.propTradingLive.reject"
},
"target": {
"name": "自营交易live阶段"
},
"version": "1.0.0",
"data": {
"id": "qkk4x3p1",
"type": "prop_trading_live_step",
"status": "pending",
"user_id": "045dff8l",
"request_time": "2024-07-30 09:00:26",
"package_name": {
"zh-cn": "全是live+不返佣",
"zh-tw": "全是live+不返佣",
"en-us": "全是live+不返佣",
"ja": "全是live+不返佣"
},
"connection_id": "struk0gc",
"platform": "mt5",
"group": "demo\\BBSTGHEDGEEUR",
"leverage": 200,
"initial_balance": 7000,
"max_daily_loss_percent": 10,
"max_loss_percent": 20,
"profit_target_percent": 0.1
}
}