Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

subjectKind
enum<string>
required

Which domain owns the refunded subject. deposit = an acompte / caution.

Available options:
deposit
subjectId
string
required

Id of the acompte / caution to measure.

Minimum string length: 1

Response

The paid / refunded / still-refundable figures, in integer cents.

The paid / refunded / still-refundable figures, in integer cents.

subjectKind
string
required
subjectId
string
required
currency
string
required
paidCents
integer
required
Required range: 0 <= x <= 9007199254740991
refundedCents
integer
required
Required range: 0 <= x <= 9007199254740991
refundableCents
integer
required
Required range: 0 <= x <= 9007199254740991