Tip Adjustment Request

API Explorer
https://test.spinpos.net:443/SPIn/cgi.html
GET

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/xml

Response Body

application/xml

curl -X GET "https://example.com" \  -H "Content-Type: application/xml" \  -d '<request>    <AuthKey/>    <RegisterId>3</RegisterId>    <TPN/>    <TransType>TipAdjust</TransType>    <Amount>100.00</Amount>    <Tip>10.00</Tip>    <AcntLast4/>    <RefId>2</RefId>    <MerchantId/>    <ReconId/>    <IsTxnStatusScreenRequired>true</IsTxnStatusScreenRequired>  </request>'
<response>
  <RefId>2</RefId>
  <RegisterId>3</RegisterId>
  <TPN>yourTPN</TPN>
  <ResultCode>0</ResultCode>
  <Message>Success</Message>
  <PaymentType>Credit</PaymentType>
</response>