POS
Refund Payment
Refund a previous POS transaction
POST
Request
string
required
API key ID assigned to the POS integration
string
required
RFC3339 timestamp used in the HMAC signature
string
required
Hex-encoded HMAC-SHA256 of the request
Body Parameters
string
required
ID of transaction to refund
string
required
Amount to refund (can be partial)
string
required
Reason for refund
string
required
Admin/User ID authorizing refund
Response
boolean
Whether refund succeeded
string
Refund transaction ID
string
Formatted refunded amount
Examples
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Refund details
Response
Refund processed
The response is of type object.