Callback Parameters and Template
Webhook Notification Callback Parameters and Template
Parameters | Type | Required or not | Description |
---|---|---|---|
taskld | String | Y | taskld |
Remarks | String | Y | Remarks |
Status | String | Y | Whether it was a success or a failed |
opt_code | String | Y | It's Kind Of OTP |
notifyType | String | Y | notification type |
amount | String | Y | Amount |
Callback Notification Response Parameters and Template
Parameters | Type | Whether it is required | Meaning |
---|---|---|---|
code | Integer | Y | response code |
message | String | Y | message |
"code": 0,
"message": ""
}
Modified at 2025-02-26 09:44:59