Release of compulsory deduction(API-D03)
Interface description
After the seller makes full repayment in other ways, the user needs to immediately call this interface to release the deduction, and Dawsure will asynchronously notify the user of the release result.
- Business ID is required.
Interface address
UPDATE /v1/psp/repayment-cancel
Request parameters
Field | Description | Required |
---|---|---|
bizId | String(32) Business ID, which is unique and used for subsequent cancellation |
Required |
reason | String(200) cancel reason |
Required |
Request Example
[{
"bizId":"biz101010101010",
"reason":""
}]
Response Parameters
Response Example
None