The Cayan Component Library for Delphi allows you to integrate with the Genius solutions. This includes communication with the different types of devices which Cayan provides for payment collection.
This component provides direct access to Cayan's Genius systems, and a single CED payment terminal. To support multiple terminals, you can use different instances of TCayanGenius
, each connected to the same TCayan
component for authorization.
This component is to define a device. It is not meant to actually perform transactions alone. Here are all the possible components which link up with this one:
TCayanGeniusTransaction
- Implement a single payment transaction with a Genius device.TCayanGeniusLineItems
- Utilize line item display on the CED payment terminal.TCayanGeniusAgreement
- Prompt customer to accept or decline an agreement text on the CED payment terminal.TCayanGeniusSignature
- Prompt customer to sign the CED payment terminal and acquire vector format signature data.TCayanGeniusInput
- Prompt customer to enter either text, numeric, or date values on the CED payment terminal.