Getting Started


Introductions

The PixelPay API allows you to process payments and create recurring payments efficiently and securely. With a simple integration and a wide range of customizable features, our API is designed to adapt to your business's specific needs, providing you with the control and flexibility you need to manage your transactions with ease.

Requirements and Preparation

To get started, you'll need access to an account with Configure API permissions or to be the account administrator.

Note that you can use this integration in any code language that supports HTTP/S queries or implement a library capable of using instances of the Request and Response types.

Keys

In order to make the different integrations that our API offers, you need to obtain the Key ID and Secret Key from our PixelPay platform, which will be used later in the x-auth-key and x-auth-hash fields.

Get keys

The documentation shows how to extract the keys.

Use of keys

In order to generate the requests it is necessary to have the merchant keys that will be used in the headers, along with the Accept: Application/json.

The structure of the headers is as follows:

Header Value
x-auth-key: Merchant Key ID
x-auth-hash: Merchant Secret Key MD5
Accept: application/json

It is important that the Secret Key is not shared as shown in the application, as it may be exposed.