v1

latestOpenAPI 3.0.3Moneris2026-07-2454487645.8 KB
Terminal & Service Orders

Retrieve order by Id

Get order details by ID

get/onboarding/merchants/{merchant-id}/orders/{merchant-order-id}

Response

Successful response corresponding to the provided order id parameter

merchantOrderIdinteger required

A unique identifier assigned by the merchant to track a specific customer order.

merchantIdstring required

Thirteen character long identification provided to merchants by Moneris.

userIdentifierstring nullable

Identifies the user associated with the order.

representativeCodestring nullable

Represents the identifies for the sales representative associated to the order.

adjudicationRequiredboolean

A boolean flag that indicates whether the order requires an adjudication process.

orderStatus'COMPLETED' | 'DECLINED' | 'DEPLOYMENT' | 'APPLICATION_SUBMITTED' | 'CREDIT_ADJUDICATION' | 'DECLINED_APPLICATION' | 'CREDIT_ADJUDICATION_REVIEW' | 'SCHEDULE_POS_INSTALL' nullable

Represents the current status of the order in the system.

orderType'CHIP' | 'EXISTING_MERCHANT' | 'EXISTING_MERCHANT_ADD_POS' | 'EXISTING_MERCHANT_NEW_POS' | 'EXISTING_MERCHANT_UPGRADE_POS' | 'EXISTING_POS' | 'M9000' | 'MERCHANT_UPDATE' | 'NET_NEW_MERCHANT' | 'PRICING_UPDATE' | 'READJUDICATION' | 'SC220' | 'SC220CAN' nullable

The classification or category of the order.

orderOpenedAtstring date-time nullable

A datetime attribute that records the exact date and time when the order was initiated in ISO 8601 format.

orderChangedAtstring date-time nullable

A datetime attribute that records the exact date and time when the order was modified in ISO 8601 format.

orderApprovedAtstring date-time nullable

A datetime attribute that records the exact date and time when the order was approved in ISO 8601 format.

orderDeclinedAtstring date-time nullable

A datetime attribute that records the exact date and time when the order was declined in ISO 8601 format.

orderClosedAtstring date-time nullable

A datetime attribute that records the exact date and time when the order was closed in ISO 8601 format.

contractSentboolean

A boolean flag indicating whether the date the contract was sent.

pointOfSaleSolutionType'POINT_OF_SALE_WITH_OFI' | 'MONERIS_POINT_OF_SALE' | 'PAPER_DEPOSIT' nullable

Indicates the type of Point of Sale solution being used or requested.

deploymentTransactionNumberstring nullable

The transaction number associated with the deployment process.

deploymentWorkOrderReferencestring nullable

The work order number associated with the deployment process.

deploymentWorkOrderStatus'SHIPPED' | 'COMPLETE' | 'MAX_RETRIES_EXCEEDED' | 'CANCELLED' | 'ACCEPTED' | 'REJECTED' | 'SYSTEM_ERROR' | 'ON_HOLD' nullable

The work order status associated with the deployment process.

shippedAtstring date-time nullable

A datetime attribute that indicates the shipping date of the product or service in ISO 8601 format .

shippingType'POINT_OF_SALE_AND_SUPPLIES' | 'SUPPLIES_ONLY' nullable

A string attribute representing the type of shipping method used for delivering the product.

shippingWayBillNumberstring nullable

The tracking number or waybill number assigned to the shipment.

shippingCourierNamestring nullable

The name of the shipping or courier company responsible for delivering the product or service.

installedAtstring date nullable

A date attribute representing the scheduled or actual date when the installation of a product or service is completed in ISO 8601 format.

installationType'TRAIN_ONLY' | 'INSTALL' | 'INSTALL_AND_TRAIN' nullable

The category of the installation process.

installationMethod'PRO' | 'STANDARD' | 'ONSITE' | 'MERCHANT_INSTALL' | 'ONSITE_STANDARD_INSTALLATION' | 'ONSITE_PRO_INSTALLATION' | 'VIRTUAL_TRAINING_AND_SETUP_ASSISTANCE' | 'ONSITE_PREMIUM_INSTALLATION' | 'PREMIUM' | 'PHONE' nullable

The method of the installation process.

installationWorkOrderReferencestring nullable

The work order of the installation process.

isAcceptedByConductboolean

Represents the acceptance of terms, conditions or agreement based on the actions of conduct of the parties involved.

contractSignatureRequiredboolean

A boolean flag indicating whether a formal signature is required to validate or complete a contract.

faxRequiredboolean

A boolean flag indicating whether faxing a document is necessary.

additionalInformationstring nullable

A general purpose attribute used to represent additional information.

businessEntityNamestring nullable

The name of the business entity.

readyAtstring date-time nullable

Refers to the date when a product, service, or order is expected to be ready in ISO 8601 format.

isMerchantReadyToAcceptboolean

Indicates whether the merchant is prepared to accept the order.

applicationScoreinteger

The categorical score assigned to an application.

marginValuestring nullable

The specific metric related to the margin value.

priorityTier'ONE' | 'TWO' | 'THREE' | 'FOUR' nullable

The priority level assigned to an order.

hostType'ESSENTIS' | 'OTHER' nullable

The category of host that the service is running on.

isExpeditedOrderboolean

A boolean flag indicting whether an order is being processed with an expedited status.

autoApprovalStatus'CONDITIONALLY_APPROVED' | 'MANUAL' | 'MANUAL_ADJUDICATION' | 'NOT_APPLICABLE' | 'PENDING_ADJUDICATION' | 'PROCESSING' nullable

The status of an automatic approval process of an order.

adjudicationApprovalStatus'AUTOMATIC' | 'MANUAL' | 'PENDING_ADJUDICATION' nullable

The status that indicates whether an order has been approved or rejected during adjudication process.

hasImprinterboolean

A boolean flag indicating whether an imprinter is available in the transaction process.

isMarketSubSegmentationPreApprovalRequiredboolean

The attribute related to pre-approval of market segmentation.

optOutAmexCommunicationboolean

A boolean flag indicating whether a customer has opted out of receiving communications from American Express.

multiCurrencyPricingPackageIdinteger

The identifier associated with a package.

deliveryAddressConfirmedboolean

A boolean flag indicating whether the delivery address has been confirmed.

isManualDeploymentRequiredboolean

Indicates whether a process deployment needs to be performed manually.

isDeficientboolean

Indicates whether something is lacking or deficient related to the order.

preDeficientOrderStatus'ADJUDICATION' | 'COLLATERAL_REQUIRED' | 'COMPLIANCE' | 'COMPLETE' | 'DEPLOYMENT' | 'FINAL_ACI_MERCHANT_UPDATE' | 'IN_PROGRESS' | 'MANUAL_ADJUDICATION' | 'MANUAL_ADJUDICATION_REVIEW' | 'ONE_TIME_FEE' | 'POST_BOARDING_DP_FLOW' | 'READJUDICATION' | 'READJUDICATION_FLOW' | 'SCHEDULE_INSTALL' | 'SALES_ACTIVATION_BASE24' | 'SALES_ACTIVATION_POST_DEPLOYMENT' | 'SALES_APPROVAL' | 'START_ORDER' | 'UPDATE_ORDER' nullable

The status of an order before it is flagged as deficient.

Example response

{
  "merchantOrderId": 2341123,
  "merchantId": "0123456789101",
  "orderOpenedAt": "2025-03-21T18:10:00Z",
  "orderChangedAt": "2025-03-21T18:10:00Z",
  "orderApprovedAt": "2025-03-21T18:10:00Z",
  "orderDeclinedAt": "2025-03-21T18:10:00Z",
  "orderClosedAt": "2025-03-21T18:10:00Z",
  "feeDetails": {
    "accountServiceFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "consolidatedAccountServiceFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "minimumMerchantDiscountRateFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "paperStatementFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "pciSecurityFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "totalAdminFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "upgradeFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "agedCloseBatchFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "mastercardComplianceFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "dialCommunicationFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "handlingFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "chargeBackFee": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    },
    "consolidation": {
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "taxes": [
        {
          "taxAmount": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "quantity": 3,
      "isApproved": true,
      "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
    }
  },
  "promotionInformation": {
    "promotionExpirationDate": "2025-10-21T18:10:00Z"
  },
  "supplies": [
    {
      "supplyName": "2-PLY Sales Draft Slips (25)",
      "unitPrice": {
        "amount": 16000,
        "currency": "CAD"
      },
      "quantity": 1
    }
  ],
  "productDetails": {
    "monerisAdvance": {
      "approvedAmount": {
        "amount": 16000,
        "currency": "CAD"
      },
      "collectionRate": 10,
      "premiumAmount": {
        "amount": 16000,
        "currency": "CAD"
      },
      "feeDetails": {
        "preferredAmountFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "chargeableAmountFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "counterTopTerminals": [
      {
        "carrier": "Telus",
        "terminalName": "Moneris Go",
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "quantity": 4,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H",
        "kioskUnitPrice": {
          "amount": 16000,
          "currency": "CAD"
        }
      }
    ],
    "integratedProduct": {
      "integrationFeesDetails": {
        "creditFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "integrationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "pointOfSalePadsFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBypassVerificationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "touchBistroTrainingFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "tokenSharingSetupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultPerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "cloudAccessFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "kioskTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "p2peFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "p2peIndoorFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "p2peOutdoorFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "p2pePerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      },
      "terminals": [
        {
          "carrier": "Telus",
          "terminalName": "Moneris Go",
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "quantity": 4,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H",
          "kioskUnitPrice": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ]
    },
    "storeAndForward": {
      "maximumStoredTransactionAmount": {
        "amount": 16000,
        "currency": "CAD"
      }
    },
    "petroTrak": {
      "feeDetails": {
        "receivableAccountsTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "softwareFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      },
      "lines": [
        {
          "discountRateValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "terminals": [
        {
          "carrier": "Telus",
          "terminalName": "Moneris Go",
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "quantity": 4,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H",
          "kioskUnitPrice": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ]
    },
    "multiCurrency": {
      "feeDetails": {
        "setupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "nonDomesticSettlementFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessVirtualForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessVirtualForeignSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessAssessmentForeignSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessAssessmentForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaAssessmentSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaAssessmentForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "dynamicCurrencyConversion": {
      "feeDetails": {
        "setupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "nonDomesticSettlementFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessVirtualForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessVirtualForeignSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessAssessmentForeignSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaBusinessToBusinessAssessmentForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaAssessmentSingleCurrencyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visaAssessmentForeignFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "bookmark": {
      "packageFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "bookmarkPro": {
      "professionalFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "thirdPartyGiftCardFeeDetails": {
      "programMonthlyFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      },
      "perTransactionFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "ueat": {
      "plannedGoLiveDate": "2010-02-21",
      "averageAmountSpent": {
        "amount": 16000,
        "currency": "CAD"
      },
      "feeDetails": {
        "implementationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "additionalBoutiqueFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "additionalBoutiqueOneTimeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "mobileAppFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "mobileAppOneTimeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "webCreationAndHostingFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "webCreationAndHostingOneTimeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "payAtRestaurantPerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "payAtRestaurantFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "oneTimeTaxFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      },
      "additionalLocations": [
        {
          "unitNumber": "123A",
          "streetNumber": "3300",
          "streetName": "Bloor Street West",
          "city": "Toronto",
          "province": "ON",
          "postalCode": "M8X 2X2",
          "country": "CA"
        }
      ]
    },
    "monerisGoAppetit": {
      "feeDetails": {
        "softwarePackageFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "tabletLicenseFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "reservationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "onlineOrderingFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "webCreationPackagesFeeDetails": {
      "standardPlusFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      },
      "optionalServicesFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "installmentsFeeDetails": {
      "monerisVisaInstallmentsFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      },
      "visaInstallmentsAccessFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "wixPointOfSale": {
      "softwareAccessFee": {
        "unitPrice": {
          "amount": 16000,
          "currency": "CAD"
        },
        "taxes": [
          {
            "taxAmount": {
              "amount": 16000,
              "currency": "CAD"
            }
          }
        ],
        "quantity": 3,
        "isApproved": true,
        "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
      }
    },
    "p2pe": {
      "feeDetails": {
        "indoorFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "outdoorFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "transactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "solutionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "wireless": {
      "terminals": [
        {
          "carrier": "Telus",
          "terminalName": "Moneris Go",
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "quantity": 4,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H",
          "kioskUnitPrice": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "feeDetails": {
        "activationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "goSoftwareFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "monerisGateway": {
      "feeDetails": {
        "baseFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "recurringFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "batchProcessingFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "cardPresentDebitFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "levelTwoThreeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "setupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "riskToolFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "addressVerificationServiceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "verifiedByVisaFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultOneTimeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultPerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "vaultPerClickPerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "interacRegistrationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "interacFlatFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "interacRateFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "transactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "monthlyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "boostMonthlyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "netSuiteMonthlyFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "tokenSharingSetupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "eCommerceAssessmentTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "eCommerceCardBrandTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "eCommerceMerchantDiscountRateFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "eCommerceTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "kountFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "kountOneTimeFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "kountPerTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visa3dSecureAuthenticationTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "amex3dSecureAuthenticationTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "mastercard3dSecureAuthenticationTransactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "visa3dSecureAuthenticationMerchantDiscountRateFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "amex3dSecureAuthenticationMerchantDiscountRateFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "mastercard3dSecureAuthenticationMerchantDiscountRateFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "monerisGoPointOfSaleRetail": {
      "feeDetails": {
        "goRetailFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "monerisGoPortal": {
      "feeDetails": {
        "setupFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "accessFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "payDropPlus": {
      "feeDetails": {
        "subTotalFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    }
  },
  "bankerInformation": {
    "bankerEmail": "moneris@moneris.com",
    "bankerEmployeeNumber": "242200024",
    "bankerName": "MONIKA  CARNOKA",
    "bankerPhoneNumber": "+18663197450",
    "bankerPhoneNumberExtension": "1068",
    "bankerTransitNumber": "00160",
    "bankerBranchIdentifier": "2679"
  },
  "cardPlanDetails": {
    "currency": "CAD",
    "mastercard": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "mastercardDebit": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "visa": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "visaDebit": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "discover": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "unionPay": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "interac": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "amex": {
      "cardFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "refundAmount": {
          "amount": 16000,
          "currency": "CAD"
        },
        "settlementAmount": {
          "amount": 16000,
          "currency": "CAD"
        }
      },
      "transactionPlans": [
        {
          "minimumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          },
          "maximumTransactionValue": {
            "amount": 16000,
            "currency": "CAD"
          }
        }
      ],
      "cardBrandPlans": [
        {
          "domesticFlatFee": {
            "unitPrice": {
              "amount": 16000,
              "currency": "CAD"
            },
            "taxes": [
              {
                "taxAmount": {
                  "amount": 16000,
                  "currency": "CAD"
                }
              }
            ],
            "quantity": 3,
            "isApproved": true,
            "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
          }
        }
      ],
      "serviceFeeDetails": {
        "authorizationFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        },
        "maintenanceFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    },
    "otherFinancialInstitutionCards": [
      {
        "transactionFee": {
          "unitPrice": {
            "amount": 16000,
            "currency": "CAD"
          },
          "taxes": [
            {
              "taxAmount": {
                "amount": 16000,
                "currency": "CAD"
              }
            }
          ],
          "quantity": 3,
          "isApproved": true,
          "waivePeriod": "2022-06-30T14:52:44.276/PT48H"
        }
      }
    ]
  },
  "shippedAt": "2025-10-21T18:10:00Z",
  "installedAt": "2025-10-21",
  "readyAt": "2025-10-21T18:10:00Z",
  "adjudicationApprovalStatus": "MANUAL"
}