SPIn Specification
Tip Adjustment Request
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.

Query Parameters

RegisterId*
string
TPN
string
AuthKey
string
TransType*
enum
Amount*
string
Tip*
string
RefId*
string
MerchantId
string
ReconId
string
GET/cgi.html-tipadjust
1curl --location 'https://test.spinpos.net:443/SPIn/cgi.html?TerminalTransaction=%3Crequest%3E%3CRegisterId%3E3%3C%2FRegisterId%3E%3CTransType%3ETipAdjust%3C%2FTransType%3E%3CAmount%3E100.00%3C%2FAmount%3E%3CTip%3E10.00%3C%2FTip%3E%3CRefId%3E2%3C%2FRefId%3E%3C%2Frequest%3E'
Response

// Awaiting response…