gigeos / iZettle

Plugin for Cordova
0 stars 0 forks source link

iZettle

Plugin for Cordova

Until I get the time, this is the quick install

  1. Add platform ios
  2. Add plugin
  3. Build ios
  4. Follow the instructions on https://github.com/iZettle/sdk-ios
  5. Ready

Functions

Init

initIZettle( apiKey );

Force an account

setEnforcedUserAccount( stringAccount );

Need iZettle SDK 1.2.4+ on iPhone

Retrieve payment info for a reference

retrievePaymentInfoForReference (reference, onSuccessCallback, onFailedCallback );

Present settings

settings();

Charge

Perform a payment with an amount and a reference.

chargeAmount( amount, reference, onSuccessCallback, onFailedCallback );