For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extra and Extended Fields

GreenPay 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 GreenPay 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:

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

Last updated