Developer Docs

constructor

Constructor(params)

params

Attribute Type Mandatory Description
username string Y Merchant username
test string N Required to be true in the Sandbox environment.
Defaults to false.

usage

json
const fz = new FatZebra({
  username: "MerchantXYZ",
  test: true
});