How to enable Paysafe ACH on a merchant.
Paysafe offers a secure online payment gateway for businesses to process transactions across various payment methods, including ACH, providing tailored solutions to enhance customer payment experiences.
Features
✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.
Resources
Configuration
To integrate ACH payments with Paysafe, you will need your Account Id along with API credentials. To request an API Username and Password, email [email protected]
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
host | Base URL used for API requests to the Paysafe gateway. | ||
accountId | The account identifier for processing transactions with Paysafe. Examples: account_123456. | ||
basicAuth | Base64 encoded credentials for API authentication with Paysafe. Examples: Basic dXNlcm5hbWU6cGFzc3dvcmQ= |
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": "ach",
"provider": "paysafe",
"config": {
"accountId": "account_123456",
"basicAuth": "Basic dXNlcm5hbWU6cGFzc3dvcmQ="
}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the Paysafe system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to PaysafeUNMAPPED
- Authvia
transaction.id
maps to Paysafe merchantRefNum - Authvia
transaction.description
maps to PaysafeUNMAPPED
- Authvia
transaction.userId
maps to PaysafeUNMAPPED