HiPay

A step-by-step guide for setting up your HiPay integration in the Payrails portal.

📘

Who should use this guide

This guide is intended for merchants who:

  • Use Payrails as a payment orchestrator
  • Use HiPay to accept card payments in Europe

HiPay is a server-to-server card connector — there is no hosted payment page. Your shopper enters their card details directly in your checkout (via the Payrails SDK's secure fields), and is only redirected to HiPay for the 3DS challenge, when one is required.

Create and configure a HiPay integration in Payrails

Following are the initial steps to set up HiPay:

  1. Log in to the Payrails portal.
  2. Go to Settings → Integrations → Payments.
  3. Select Add instance to create a new HiPay integration configuration.
  4. Select the workspaces where this integration should be available.

About workspaces

Workspaces determine where this integration is available. They let you isolate provider setups by region or business line, or share the same configuration across multiple workspaces.

Step 2: Choose the provider

Select HiPay and continue to the next step.

Step 3: Configure your HiPay integration

📋

What you'll need from HiPay

Before you begin, make sure you have access to your HiPay Console and the following. HiPay uses two separate credential pairs for two separate hosts, so make sure you copy each into the matching field:

  • Private credentialsUsername and Password (used to authorize, capture, cancel, and refund payments)
  • Secret Passphrase (used to verify HiPay's notification signatures)
  • Public credentialsUsername and Password (used only to tokenize the card)

Integration instance name

An integration instance is a specific payment provider setup in Payrails. You can create multiple instances for each provider based on region, currency, or business needs. Choose a clear, consistent name, as it is used in routing.

In Payrails

  • Enter an Instance name for your integration.

Private credentials

In HiPay

  • Log in to the HiPay Console (stage or production).
  • Make sure you switch to the "Old Interface" as it has more options.
  • Go to Integration → Security Settings and copy your private Username and Password.

In Payrails

  • Paste the values into the Private username and Private password fields.

Secret Passphrase

In HiPay

  • Still in Integration → Security Settings, copy your Secret Passphrase.
  • Set the Hashing Algorithm to SHA-256.

In Payrails

  • Paste the value into the Secret Passphrase field.
🔒

Use your merchant secret passphrase and store it securely. It is used to verify that notifications genuinely come from HiPay.

Public credentials

In HiPay

  • In the same Security Settings section, copy your public Username and Password.

In Payrails

  • Paste the values into the Public username and Public password fields.
ℹ️

The public credentials are only used to tokenize the card on HiPay's vault host. The raw card number never reaches Payrails or your systems — it is sent as a vault placeholder through the Payrails vault proxy.

Payment methods

In Payrails

  • Under Payment methods, enable Card.

Configure notifications in the HiPay Console

Unlike some providers, HiPay requires you to configure the notification (webhook) URL yourself, on the HiPay side.

In Payrails

  • After saving your HiPay configuration, copy the generated notification URL from the provider config.

In HiPay

  1. In the HiPay Console, go to Integration → Notifications.
  2. Paste the Payrails notification URL.
  3. Select the transaction statuses to be notified on. At minimum, enable: 109115, 116119, 124126, 163, 165, and 173175.
  1. Enable the operation[...] fields in the notification settings. These are off by default.
⚠️

This step is required. Without the operation[...] fields enabled, Payrails cannot match partial captures and partial refunds back to the correct operation, and notifications for those operations may be dropped. Make sure this is turned on before going live.

Enable the integration

In Payrails

  • Select Save account to save the configuration and enable the integration.
  • The Enabled status confirms that the HiPay integration is active.

Your HiPay integration is now ready to process payments.

Next steps

  1. Run a test payment in test mode using a HiPay test card, in EUR:
    • Frictionless: Visa 4111 1111 1111 1111, any near-future expiry, any 3-digit CVV.
    • 3DS challenge: Visa 4242 4242 4242 4242, any near-future expiry, any 3-digit CVV — complete the challenge on HiPay's page.
  2. Verify that:
    • The payment appears in your HiPay Console.
    • The payment status updates correctly in Payrails.
  3. Once verified in test mode, repeat the setup in live mode.

→ Continue to: Test a payment


Did this page help you?