Error
Checkout
Settle a deposit (acompte)
Settles a fully-paid open deposit (acompte), flipping it to settled — the terminal state that closes the down-payment once the special order is collected. Sends no body; the deposit is addressed by the PATH id. 404s for an unknown deposit; 422s when the deposit still carries a non-zero outstanding balance, or is already settled.
POST
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
Id of the deposit (acompte) to read or transition.
Minimum string length:
1Response
The deposit, now settled.
The deposit, now settled.
Required range:
0 < x <= 9007199254740991Available options:
open, settled 
