FirstData/PayEezy Integration

  • blusion
    Asked on August 1, 2017 at 1:20 PM

    Hello,

    I see that you now have a First Data integration available. PayEezy is First Data's ecommerce platform so I would assume that you now actually have a First Data/PayEezy integration.

    However, I am getting an error code when I insert it into my form. (I've only tried in sandbox mode.)

    It's also not clear which password needs to be inserted. The HMAC or the Terminal password needs to be inserted.

    Please advise.

     

    Thanks

     

  • David JotForm Support
    Replied on August 1, 2017 at 3:08 PM

    Two pieces of information must be provided when you submit a transaction via the Payeezy Gateway Web Service API, they are:

        Exact ID - also known as the Gateway ID, this value identifies the Merchant and Terminal under which the transaction is to be processed
        Password - authenticates the Payeezy Gateway Web Service API request, this value should not be exposed to the public

    These credentials can be submitted in two ways:

        as HTTP Basic Authentication user name and password values
        as part of the Payeezy Gateway Web Service API message via the ExactID and Password properties

    The Gateway ID can be found on the Administration tab under Terminals and then Details. Also from that screen you can set up your password by clicking on "Generate" or change the existing password. Password must be a minimum of 8 characters with at least one letter and number and should contain only letters, numbers, dashes (-), and underscores (_). You must then click on "Update" at the bottom of that screen.

    HMAC ID and Key will not be used.