Download Settlement Detail
POST/v1/bill_center/settlement/download_detail
Download Settlement Report
Request
- application/json
Body
required
merchant_id string
>= 3 characters
Merchant ID
transaction_date string
non-empty, Value must match regular expression ^(\d{4})-(\d{2})$
Transaction date (YYYY-MM)
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
Array [
]
settlement_details
object[]
sett_no string
Settlement number
payment_month string
Payment month
confirm_status int32
Confirmation status
download_url string
Download URL
{
"settlement_details": [
{
"sett_no": "string",
"payment_month": "string",
"confirm_status": 0,
"download_url": "string"
}
]
}
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...