Skip to main content
POST
Resolve a manual refund request (admin)

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the JWT token obtained from the login endpoint in the Authorization header as 'Bearer {token}'.

Path Parameters

id
string
required

ID of the manual refund request.

Example:

"2RhQg9M7ZCg3X3nMb9W1kX8Q"

Body

application/json
outcome
enum<string>
required

Result of the manual refund execution.

Available options:
completed,
failed
Example:

"completed"

notes
string

Operator notes (proof of refund, ticket numbers, etc.).

Maximum string length: 500
Example:

"Refunded via internet banking, voucher"

Response

Manual refund request resolved

id
string
status
enum<string>
Available options:
completed,
failed