Extra and Extended Fields

Fat Zebra enables extended fields for merchants to allow advanced integrations where the need arises. These fields include 3D Secure values (XID, CAVV, PARes, VERes, SLI), ECM and Dynamic Descriptors. If you require this functionality for your integration please contact Fat Zebra support and detail your requirements so we can determine the best option for your needs.

All relevant fields will only be accepted for merchants which are explicitly configured to support extra fields.

All fields should be included under the extra key in the request payload:

{
    "extra": {
        "sli": "09"
    }
}