Transmit Credit Close Request (API-C11)
Interface description
When the seller's credit is due or the credit is closed in advance, the user needs to call this interface to complete the credit closing operation.
Note: Once the credit is closed, the seller's platform account will be automatically unlocked.
Interface address
POST /v1/credit/close
Request parameters
Filed | Description | Required |
---|---|---|
applicationCode | String(32) Dowsure seller application code |
Required |
creditCode | String(32) Credit code |
Required |
creditContractNo | String(32) Credit contract No |
Optional |
datetime | DateTime Credit closing time, current time by default |
Optional |
An example of a request
{
"applicationCode": "xxxxx",
"creditCode": "xxxxx",
"creditContractNo": "xxxxx",
"datetime": "20220101 00:00:00"
}
Response parameters
See: Appendix 4: Unified Response
An example of a response
Non yet