Tip Adjustment Request

API Explorer
loading...
GET
/cgi.html-tipadjust

Tip Adjustment enables users to modify the tip amount on a transaction before the batch is settled and sent to the processor. This feature is available only if tip is enabled for the TPN on the portal. Additionally, the host system must use data from the original transaction to allow the terminal to locate and update the tip amount.

Request Body

application/json

Response Body

application/json

curl -X GET "https://example.com/cgi.html-tipadjust" \  -H "Content-Type: application/json" \  -d '{    "AuthKey": "",    "RegisterId": "3",    "TPN": "",    "TransType": "TipAdjust",    "Amount": "100.00",    "Tip": "10.00",    "RefId": "2",    "MerchantId": "",    "ReconId": ""  }'
{
  "RefId": "string",
  "RegisterId": "string",
  "TPN": "string",
  "ResultCode": "string",
  "Message": "string",
  "PaymentType": "string"
}