Skip to main content
POST
Refund POS payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Refund details

amount
string
required

Accepts decimal format like "150.00" or "150"

Example:

"150.00"

initiated_by
string
required
Example:

"admin-user-id"

original_transaction_id
string
required
Example:

"txn-uuid"

reason
string
required
Example:

"Customer returned goods"

Response

Refund processed

The response is of type object.