XML | JSON

Our API returns data in the form you'd prefer. Each resource can be interacted with whether returning a format of JSON or XML is chosen. Below are example responses from a common resource displayed in JSON and XML. With its flexible and versatile design, integrating a powerful payment gateway such as this into your application has never been easier!

[
    {
        "id":1,
        "paymentBrandId":5,
        "internetMerchant":false,
        "level":1,
        "annualCountLow":6000001,
        "annualCountHigh":999999999999,
        "priorBreach":true,
        "brandDiscretion":true,
        "brandParity":true,
        "onsiteReview":"Annual",
        "saq":"Not Required",
        "netScan":"Quarterly",
        "complianceValidation":"2005-06-30T00:00:00"
    },
    {
        "id":2,
        "paymentBrandId":5,
        "internetMerchant":false,
        "level":2,
        "annualCountLow":1000000,
        "annualCountHigh":6000000,
        "priorBreach":false,
        "brandDiscretion":false,
        "brandParity":true,
        "onsiteReview":"Not Required",
        "saq":"Annual",
        "netScan":"Quarterly",
        "complianceValidation":"2008-12-31T00:00:00"
    },
    {
        "id":4,
        "paymentBrandId":5,
        "internetMerchant":false,
        "level":4,
        "annualCountLow":0,
        "annualCountHigh":1000000,
        "priorBreach":false,
        "brandDiscretion":false,
        "brandParity":false,
        "onsiteReview":"Not Required",
        "saq":"Annual",
        "netScan":"Optional"
    }
]
<ArrayOfPCIClassification>
        <PCIClassification>
            <annualCountHigh>999999999999</annualCountHigh>
            <annualCountLow>6000001</annualCountLow>
            <brandDiscretion>true</brandDiscretion>
            <brandParity>true</brandParity>
            <complianceValidation>2005-06-30T00:00:00</complianceValidation>
            <id>1</id>
            <internetMerchant>false</internetMerchant>
            <level>1</level>
            <netScan>Quarterly</netScan>
            <onsiteReview>Annual</onsiteReview>
            <paymentBrandId>5</paymentBrandId>
            <priorBreach>true</priorBreach>
            <saq>Not Required</saq>
        </PCIClassification>
        <PCIClassification>
        <annualCountHigh>6000000</annualCountHigh>
            <annualCountLow>1000000</annualCountLow>
            <brandDiscretion>false</brandDiscretion>
            <brandParity>true</brandParity>
            <complianceValidation>2008-12-31T00:00:00</complianceValidation>
            <id>2</id>
            <internetMerchant>false</internetMerchant>
            <level>2</level>
            <netScan>Quarterly</netScan>
            <onsiteReview>Not Required</onsiteReview>
            <paymentBrandId>5</paymentBrandId>
            <priorBreach>false</priorBreach>
            <saq>Annual</saq>
        </PCIClassification>
        <PCIClassification>
            <annualCountHigh>1000000</annualCountHigh>
            <annualCountLow>0</annualCountLow>
            <brandDiscretion>false</brandDiscretion>
            <brandParity>false</brandParity>
            <complianceValidation i:nil="true"/>
            <id>4</id>
            <internetMerchant>false</internetMerchant>
            <level>4</level>
            <netScan>Optional</netScan>
            <onsiteReview>Not Required</onsiteReview>
            <paymentBrandId>5</paymentBrandId>
            <priorBreach>false</priorBreach>
            <saq>Annual</saq>
        </PCIClassification>
    </ArrayOfPCIClassification>