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

refundId
string
required

Id of the store-credit refund to read.

Minimum string length: 1

Response

The recorded refund.

The recorded refund.

id
string
required
subjectKind
enum<string>
required
Available options:
deposit
subjectId
string
required
customerId
string
required
storeId
string
required
currency
string
required
amountCents
integer
required
Required range: 0 < x <= 9007199254740991
modality
enum<string>
required
Available options:
store_credit,
original_method
instrumentId
string
required
instrumentCode
string
required
note
string | null
required
actorId
string
required
refundedAt
string
required