Get Fund Split Detail List
POST/v1/fund_split/get_detail_list
Get merchant settlement fund split detail list
Request
- application/json
Body
required
non-empty and <= 32 characters
Merchant ID
non-empty and <= 64 characters
Settlement number
[ALL, PENDING, CANCELLED, COMPLETED, LOCKED]
Split status
>= 1 and <= 100
Page size
>= 1
Page number
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
Array [
Array [
]
]
Settlement number
Total records
Total pages
Current page number
order_detail
object[]
Order detail list
Split order ID
Order number
[Pay, Refund, Chargeback, SecondChargeback, ChargebackReversed, SecondChargebackReversed]
Transaction type
Order time
Order amount
Order currency
[ALL, PENDING, CANCELLED, COMPLETED, LOCKED]
Split status
split_detail
object[]
Split detail list
[MAIN_MERCHANT, SUB_MERCHANT]
Split type
non-empty and <= 32 characters
Merchant ID
non-empty and <= 32 characters
Sub-merchant ID
non-empty and <= 32 characters
Split amount
Split currency
Description
{
"sett_no": "string",
"total": 0,
"total_pages": 0,
"page_number": 0,
"order_detail": [
{
"split_order_id": "string",
"order_no": "string",
"transaction_type": "Pay",
"order_time": "string",
"order_amt": "string",
"order_currency": "string",
"split_status": "ALL",
"split_detail": [
{
"split_type": "MAIN_MERCHANT",
"merchant_id": "string",
"sub_merchant_id": "string",
"split_amt": "string",
"split_currency": "string",
"description": "string"
}
]
}
]
}
Error response structure
- application/json
- Response
- Example
Response
Array [
]
Array [
]
details
object[]
The type of the serialized message.
causes
object[]
{
"name": "string",
"message": "string",
"details": [
{
"@type": "string"
}
],
"debug_id": "string",
"causes": [
{
"cause": "string",
"solution": "string"
}
]
}