Refunds
Refund a transaction
POST
https://kernelserver.{env}.haloplus.io/{version}/transactions/{transactionId}/refund
Asynchronously get details about transactions
Path Parameters
Name
Type
Description
version*
String
The backend version.
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
Last updated