Submit for approval
Brief description: Submit for approval
Request method: GET /open/api/kyc/share/merchantProcess
Header:
Parameter | Mandatory | Type | Remarks |
---|---|---|---|
appId | Y | string | App unique identifier |
timestamp | Y | string | Current UTC 13-digit timestamp, valid within 5 minutes |
sign | Y | string | Signature, you can refer to the signature Click Here |
Parameters
Name | Required | Type | Length | Description |
---|---|---|---|---|
requestNo | Yes | string | Request number |
Response Parameters
Name | Type | Description |
---|---|---|
success | boolean | Success flag |
error | boolean | Failure flag |
msg | string | Return message |
code | integer | Return code |
model | Object | Return data |
traceId | string | traceId |
Response Example
{
code: 0
msg: Operation successful
model: null
traceId: 652366764a52596446c629939e486913
success: true
error: false
}
Note
For more error codes please refer to the error code description on the homepage
Updated 4 months ago