v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBPayment
Process a Reverse Transaction
post/payment/reverse
Headers
idempotency-keystring uuid required
A UUID-formatted idempotency key. Accepted format is 25-36 alphanumeric characters (including '-' and '_').
Request body
Example request
{
"cardTransactionId": 198763,
"ipAddress": "192.168.1.1",
"ecommerce": true
}Response
Successful
Example response
{
"transactionId": 10,
"cardBatchId": 11,
"dateCreated": "2020-01-01 00:00:00",
"status": "APPROVED",
"user": "Helcim System",
"type": "purchase",
"amount": 11.99,
"currency": "CAD",
"avsResponse": "M",
"cvvResponse": "Y",
"cardType": "Visa",
"approvalCode": "HCMAPPRV",
"cardToken": "5454HCMXTEST5454",
"cardHolderName": "John Smith",
"customerCode": "CST1010",
"invoiceNumber": "INV2022",
"warning": "Failed to link customer to invoice"
}