Transaction : SETTINGTIP

Transaction : SETTINGTIP

Indicates if the tip option will be activated. Possible values are:

  • 1: activates the tip option
  • 0: deactivates the tip option

Any other value than or results in no change to the current tip settings

📘

Usage

intent.putExtra("SETTINGTIP", "Possible Values");

Usage Examples

  • To activate the tip, use intent.putExtra("SETTINGTIP", "1");
  • To deactivate the tip, use intent.putExtra("SETTINGTIP", "0");

Possible Extra String Label Values

Possible ValuesDescriptionUsage
1Activates the tip optionintent.putExtra("SETTINGTIP", "1");
0Deactivates the tip optionintent.putExtra("SETTINGTIP", "0");
4No change to the current tip optionintent.putExtra("SETTINGTIP", "4");
    • Related Articles

    • Transaction : TRANSACTION

      Transaction type to be processed. ? Usage intent.putExtra("TRANSACTION", "Possible Values") Use an individual intent line for each separate transaction. ❗️ One intent Line Per Transaction You cannot use multiple intent lines for a single transaction ...
    • Transaction Receipt Specifications

      This topic is intended to help with the mandatory certification of transaction receipts if the merchant chooses to generate their own receipt from their cash register software or if they are using a payment terminal without an integrated printer (for ...
    • Transactions to Secure Payment Application

      To call the PayFacto payment application, a developer needs to create an Android intent. JavaScript Intent intent = new Intent("com.payfacto.terminal.payment.PAYMENT_ACTIVITY"); Additional data is required to complete the intent as explained in the ...
    • How to Resolve a 05 Return Code

      Error code 05 Description Transaction declined Details The transaction was declined. This may be due to several reasons. Resolution Retry the transaction. If the problem persists, contact PayFacto’s customer service.
    • Endpoint : Recurring Ack

      Recurring - Ack The ACK transaction is used to confirm that the response has been received and that the recurrence transaction (tokens) must be considered as COMPLETED. Transaction expiration delay The merchant has 3 minutes to send the ...