query settlement
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/card-payment/settlement?merchantId=&page=&size='
Responses
application/json {
"totalElements": 0,
"totalPages": 0,
"content": [
{
"id": "string",
"merchantId": "string",
"currency": "string",
"startDate": "string",
"endDate": "string",
"settlementTime": "string",
"totalAmount": 0,
"payout": true
}
]
}
Modified at 2024-01-31 02:21:07