Confirm Fund Split
POST/v1/fund_split/confirm
Confirm Fund Split
Request
- application/json
Body
required
merchant_id string
non-empty
Merchant ID
sett_no string
non-empty and <= 64 characters
Settlement number
Responses
- 200
- default
OK
- application/json
- Response
- Example
Response
sett_no string
Settlement number
locked_time int32
Confirmation timestamp
{
"sett_no": "string",
"locked_time": 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...