Confirm Settlement
POST/v1/bill_center/settlement/confirm
Confirm Settlement Report
Request
- application/json
Body
required
merchant_id string
non-empty
Merchant ID
sett_no string
non-empty
Settlement number
confirm_user string
non-empty and <= 32 characters
Confirming user
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
sett_no string
Settlement number
confirm_status int32
Confirmation status
{
"sett_no": "string",
"confirm_status": 0
}
Error response structure
- application/json
- Response
- Example
Response
Array [
]
Array [
]
name string
message string
details
object[]
@type string
The type of the serialized message.
debug_id string
causes
object[]
cause string
solution string
{
"name": "string",
"message": "string",
"details": [
{
"@type": "string"
}
],
"debug_id": "string",
"causes": [
{
"cause": "string",
"solution": "string"
}
]
}
Loading...