Skip to main content

Refund

POST 

/transaction/:apiKey/refund

A refund transaction reverses a payment which was previously performed with Debit or Capture.

Depending on the payment method you can even refund only a partial amount of the original transaction amount.

Request

Responses

Transaction response

Callbacks

POST 

{$request.body#/callbackUrl}

Receive status updates about transactions.

Status changes are posted as callbacks to the callbackUrl defined in the request. See the Callbacks reference for further information about callbacks.

Callbacks Responses

Reply with status 200 and body OK if you have received the callback successfully.