How to enable Payrix Credit Card on a merchant.
Payrix provides a fully managed payment facilitation ecosystem designed specifically for SaaS platforms, allowing users to seamlessly integrate payment processing capabilities into their applications. Features include deep analytics for monetization insights and an all-in-one platform for efficient payment management.
Features
✅ Refund A creditcard payment processed with Payrix can be / according to its status.
✅ Payment Authorization Payments can be authorized by customers using Credit Card.
✅ Payment Capture Payment authorizations made using Credit Card payment methods can be captured. This step happens automatically with CHARGE transactions.
Resources
Configuration
For a step-by-step guide on how to retrieve your Payrix Merchant ID, please refer to this help document. Ensure you are logged into your Payrix account when following the instructions.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
payrixMerchantId | string | (required) Payrix Merchant Id. |
Enabling this Product
Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.
{
"line": "payments",
"product": "creditcard",
"provider": "payrix",
"config": {}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Payrix system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to Payrix order - Authvia
transaction.id
maps to PayrixUNMAPPED
- Authvia
transaction.description
maps to PayrixUNMAPPED
- Authvia
transaction.userId
maps to PayrixUNMAPPED
- Authvia
merchant.id
maps to PayrixUNMAPPED