Cloud Tetra 1.34

Cloud Tetra 1.34

Custom Field Support

  • Added custom field support. Custom fields must be setup in MyBridgePay or in the Boarding API. Once this is completed, custom field data and values can be added to Sale, Sale-Auth and Refund (Referenced and Blind) transaction types.

    • Example Code Snippet (Note: The “Name” field is the FieldName returned the GetCustomField API response).

      • "customFields": [ { "name": "CUSTOM_FIELD_1_10112", "value": "Yes" }, { "name": "CUSTOM_FIELD_2_10113", "value": "Option A" } ]

Custom Form

  • Added a new custom form that displays the customer a block of text and allows for signing. The main purpose is to be used as a waiver, but can be used in any scenario where an integrator would like text displayed to a customer. The integrating software will send the new transaction type of SHOW_FORM along with a form name and a form body. This information will be displayed on the device. Touchscreen devices support signature. Non-touchscreen devices do not support signature so the signature option will not display on those devices.

    • Example Payload Snippet

      • { "terminalID": "{{uuid}}", "tenderType": "FUNCTION", "transType": "SHOW_FORM", "formName": "Title of the Form", "formBody": "Body Text (Maximum 8000 characters)" }
    • Add indents by adding spaces (“ “).

    • Add new paragraph by adding “\n” in the body text.

    • Form_Message.png
    • Form_Signature.png

Minor Enhancement/Defects

  • All payload amounts can now be passed with implied decimal or with a decimal.

    • Example: 100 or 1.00

  • If a PIN is entered on a transaction, no signature screen will display.

  • Manually entered gift card transactions no longer prompt for CVV.

  • Support for the memo field is now supported on payments.

    • Example: “memo”; “add text here”,

  • BIN data is now returned in API responses for Sale, Sale-Auth and Account Verification transaction types.

    • "cardBin": "54545454"

    • "cardType": "Visa"

    • "cardIdentifier": "Debit"

  • Updated the LIST_SETTINGS transaction type to return all expected device settings.

  • Support for Level 2 data has been added. These can now be sent in Sale and Sale-Auth transactions.

    • customerAccountCode

    • poNum

    • taxAmt

    • taxRate

    • shipToZip

    • shipToCountryCode

  • Standardized all buttons to have the same look-and-feel.

  • Increased all Visa Contactless EMV ceiling limits to $1000. This was set to $100 by default by Ingenico. This change will avoid declined Visa Contactless EMV transactions that were over $100.

  • Increased transaction timeout from 75 seconds to 170 seconds to avoid premature timeouts for customers.

 

Property of BridgePay Network Solution ©2024