v1
latestOpenAPI 3.1.02026-07-242325051.4 MBClearing
Clearing:Info
This API returns detailed clearing information for a specific clearing. You need to have access to the merchant if you request a clearing.
get/v2/clearings/{identifier}/info
Path parameters
identifierstring required
The identifier must be a clearing ID.
Response
OK
Example response
{
"merchant": {
"code": "M-1234-4321",
"name": "GMS Demo Merchant",
"contractPackage": "Corporate",
"postalAddress": {
"code": "CA-1234-4312",
"streetName": "Delivery-Lane",
"streetNumber": "70",
"zipCode": "1234CD",
"city": "Amsterdam",
"countryCode": "NL"
}
},
"rollingReserve": {
"value": 100,
"currency": "EUR"
},
"costs": {
"value": 100,
"currency": "EUR"
}
}