Refunds
Refund a transaction
POST
https://kernelserver.{env}.haloplus.io/transactions/{transactionId}/refund
Asynchronously get details about transactions
Path Parameters
Name
Type
Description
env*
String
The backend environment [dev, qa, prod]
Headers
Name
Type
Description
x-api-header*
String
The API Key retrieved from the Portal
Request Body
Name
Type
Description
amount*
Number
Monetary value of the transaction
refundReference*
String
Reference of the refund
{
type: "Approved",
authorizationCode: "asdflk",
tags: [{ "tag": "9F1E", "33333333"}],
haloReference: "5cb6a780-f3bc-45b6-b1ef-bf7fe5e41fbf",
errorMessage: "Ok",
errorCode: 0,
isoResponseCode: 0,
association: "Visa",
expiryDate: "07/24",
paymentProviderReference: "5cb6a780-f3bc-45b6-b1ef-bf7fe5e41fbf"
}
Last updated