webhook Set Up(API-C14)
Interface description
Set the configuration item of webhook.
Interface address
POST /v1/webhook
Request parameters
Field | Description | Required |
---|---|---|
notifyUrl | String(200) Notice URL |
Required |
offerSentNotify | Enum Whether to receive the offer and send the notice YES、NO |
Required |
Whether traffic push notification is required YES、NO |
||
pspForceRepayNotify | Enum Whether notice of compulsory deduction result is required YES、NO |
Required |
pspCancelForceRepayNotify | Enum Whether it is necessary to cancel the notice of compulsory deduction results YES、NO |
Required |
platformAccountLockNotify | Enum Whether platform account locking notice is required YES、NO |
Required |
Request Example
{
"notifyUrl":"https://www.dowsure.com",
"offerSentNotify":"NO",
"pspForceRepayNotify":"YES",
"pspCancelForceRepayNotify":"YES",
"platformAccountLockNotify":"YES",
}
Response Parameters
Appendix 4: Unified Response
Response Example
none