GoChip allows for flexible transaction flows so that applications have the ability to fit the transaction flow to the integrators needs. Before settling on a flow, a few things need to be considered:
This and other questions represents challenges to a Merchant's business. The GoChip SDK solution provides a set of flow scenarios to help the Merchant to respond effectively to those situations. Depending on your answers to the above you may need to implement one or more of the advanced flows that are outlined below.
Answer the questions below to find out what is the best solution for your business case.
Answer the questions below according to your application details:
Are you setting up an unattended retail payment system? (E.g. Parking systems, vending machine, user operated petrol stations)
Is the payment device always awaiting for a user to swipe the card to initiate a transaction?
Will the payment device have access to an internet connection at all times?
Is the Point Of Sale application designed to first capture the card's data before establishing the Sale amount?
The solution(s) that best fit your needs:
The Poling Mode allows your application to start the flow by making the card reader device wait until a card is presented. A default transaction value is established when setting this mode, and then before submitting the transaction your application needs to set the final amount for the sale.
Perfect solution for:
The Delayed Auth Mode allows your application to start the flow normally however instead of submitting the sale data it first asks the customer to present their card. Later your application should submit the final amount of the transaction.
Perfect solution for:
The Offline Mode allows your application to work offline by choice, or based on the connectivity status with the payment gateway. This is done by storing the transaction in your application and submitting it to the gateway when you are able to process online.
Perfect solution for:
The Secure Tokens feature is a special component of our platform that enables you to tokenize your client's cards so they can be used again later for subsequent single or recurring transactions.
Perfect solution for:
Authorisation is an advanced solution of a normal sale where the final amount is adjusted at a later stage after the sale has happened. Within the payment industry this type of solution can also often be referred to as pre-authorisation, auth & capture or tip flow adjustment.
Perfect solution for:
The Loyalty Cards feature allows your application to read Google Smart TAP, Apple VAS or MIFARE cards, which integrates payments and loyalty in one solution.
Perfect solution for:
Now, choose a flow and start implementing to your application's needs.