Download Daily Reconciliation
POST/v1/bill_center/reconciliation/download
Download Daily Reconciliation Report
Request
- application/json
Body
required
merchant_id string
non-empty
Merchant ID
transaction_date string
non-empty, Value must match regular expression ^(\d{4})-(\d{2})-(\d{2})$
Transaction date (YYYY-MM-DD)
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
reconciliation_no string
Reconciliation number
download_url string
Download URL
{
"reconciliation_no": "string",
"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...