Submit for approval
Introduction
Submit for approval.
API Description
Request Method: GET
Request Path: /open/api/kyc/share/merchantProcess
Request Parameters
Header Parameters:
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 |
Body Parameters:
Name | Required | Type | Length | Description |
---|---|---|---|---|
requestNo | Yes | string | Request number |
Response Parameters
Body 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 Parameter 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 about 1 month ago