Payrix
Supported Features
- Credit Card Transactions
- Transaction Mapping:
channel
value passthrough
- Transaction Mapping:
- ACH / Bank Transactions
- Transaction Mapping:
channel
value passthrough
- Transaction Mapping:
- Apple Pay on the Web
- Merchant Onboarding
- Default Template User
- Default Group Assignment
Adding Connection Credentials
In addition to the steps outlined for Connection Configuration, The Payrix configuration requires additional details in order to utilize Preczn to board merchants:
- Default Group - When provided, these will become the default group(s) to which merchants are assigned upon being onboarded to Payrix. This field supports adding multiple groups to suit specific use-cases. As this only affects merchants boarded after a group is applied, all other group management tasks should be carried out within the Payrix Portal.
- Default User - The portal access permissions of the default user will be applied to all newly created users. (Payrix will assist you in creating a default user template for instances requiring your merchants to have Payrix Portal access.)
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.
Updated 15 days ago