Supported Features

  • Credit Card Transactions
    • Transaction Mapping:channel value passthrough
  • ACH / Bank Transactions
    • Transaction Mapping:channel value passthrough
  • Apple Pay on the Web
  • Merchant Onboarding

Adding Merchant Credentials

To establish an API connection with Payrix for a merchant who already has a relationship with them, you will need to provide the following credentials:

  • Payrix Merchant ID (please note that the entity ID is not needed, only the merchant ID)

You may upload this via the Preczn Dashboard, merchant import or by updating the merchant connection via Update Connection Details endpoint. The values needed in the request would map as follows:

PATCH /v1/merchants/{merchantId}/connections/Payrix 

{
    "mid":"{payrix_merchant_id}",
}

Transaction Mapping

In addition to standard transaction API request properties, Payrix offers an optional field, channel, which allows a string up to 1000 characters in length.

This field is only available on initial transactions, i,e. Sale or Authtransactions. Subsequent transactions against the initial transaction are not editable and will retain the same value of the initial transaction.

The channel field is surfaced in the Payrix Portal and can be used at your platform's discretion to associate additional information to a given Sale or Auth transaction.