Error
Checkout
Open a deposit
Opens a deposit against a special order with an upfront down-payment, creating it open. Money is integer cents; the down-payment must not exceed the order total. 409s when a deposit with the same id already exists; 422s when the down-payment overpays the order total.
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.
Body
application/json
Minimum string length:
1Minimum string length:
1Minimum string length:
1Minimum string length:
1Required string length:
3Required range:
0 < x <= 9007199254740991Required range:
0 < x <= 9007199254740991Response
The opened deposit in its open state.
The opened deposit in its open state.
Required range:
0 < x <= 9007199254740991Available options:
open, settled 
