Appearance
Verifone
Fingermark Verifone payment integration
Overview
This library currently only supports payments
Usage
All functions return an Xstate machine instance. The current states are idle, loading, success, cancelled and failure
js
import { pay } from '@fingermarkglobal/verifone';
const paymentMachine = pay(orderId, deviceConfig, totalPrice, settings, mockState, transaction);