Skip to main content

Integration

Getting API KEY

To begin API integration with the XAMAX product, the User must create his own API KEY.

For sandbox and production, we release different KEY APIs. If you are carrying out integration, we recommend using the KEY API from the sandbox to test the integration and only then from production.

Available API KEY types

  • only for invoices;
  • for outputs only;
  • both for invoices and withdrawals;

Steps to generate API KEY:

  1. Open personal account
  2. Go to the Integration section
  3. Open the “API KEY” tab
  4. Click the “Add API KEY” button and select what type of key you need

img

  1. Key automatically will be generated

You can use the API KEY data in API requests

Setting Callback URL (crypto processing)

XAMAX can send you callbacks to the server for every change in transaction status (incoming and outgoing).

To do this, you need to specify the URL where the information will be sent.

What operations does XAMAX send callbacks to:

  • crypto invoice
  • crypto withdrawal
  • crypto exchange

The status model can be viewed here

Steps to install Callback:

  1. Open personal account
  2. Go to the Integration section
  3. Open the “CALLBACKS” tab
  4. Add the URL to the CALLBACKS (CRYPTO PROCESSING) field

img

  1. Click the “Save” button

After successfully adding the URL, you can send a test callback to the specified URL and check that it was received.

img

If you don’t know where you can send callbacks for verification, you can use the service pipedream

Setting Callback URL (Fiat Gate)

XAMAX can send you callbacks to the server for every change in transaction status (incoming and outgoing).

To do this, you need to specify the URL where the information will be sent.

What operations does XAMAX send callbacks to:

  • incoming transaction
  • outgoing transaction

The status model can be viewed here

Steps to install Callback:

  1. Open personal account
  2. Go to the Integration section
  3. Open the “CALLBACKS” tab
  4. Add the URL to the CALLBACKS (PAYMENT GATEWAY) field

img

If you don’t know where you can send callbacks for verification, you can use the service pipedream