How to enable JP Morgan Chase Orbital ACH on a merchant.
Chase Paymentech Orbital Gateway facilitates secure online payment processing for a diverse range of e-commerce systems.
Features
✅ Payment Authorization Payments can be authorized by customers using ACH. ✅ Payment Capture Payment authorizations made using ACH payment methods can be captured. This step happens automatically with CHARGE transactions.
Resources
Configuration
For ACH transactions through Orbital, ensure the industry type is EC and confirm your BIN and Merchant Id with your Chase representative.
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 Orbital gateway. | ||
username | Username for API authentication with Orbital. Examples: api_user. | ||
password | Password for API authentication with Orbital. Examples: securepassword. | ||
industryType | Type of industry for the transaction, as required by Orbital. Examples: EC. | ||
bin | Bank Identification Number used for the transaction. Examples: 000001. | ||
merchantId | The merchant identifier for processing transactions with Orbital. Examples: merchant_123456. | ||
terminalId | Terminal identifier for processing transactions with Orbital. Examples: 001. |
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": "orbital",
"config": {
"username": "api_user",
"password": "securepassword",
"industryType": "EC",
"bin": "000001",
"merchantId": "merchant_123456",
"terminalId": "001"
}
}
Data Mapping
The following bullet points outline the mapping of data fields between the Authvia platform and the JP Morgan Chase Orbital system, detailing the correspondence of specific attributes for seamless data integration.
- Authvia
transaction.reference.external
maps to JP Morgan Chase Orbital orderID - Authvia
transaction.id
maps to JP Morgan Chase Orbital comments - Authvia
transaction.description
maps to JP Morgan Chase OrbitalUNMAPPED
- Authvia
transaction.userId
maps to JP Morgan Chase OrbitalUNMAPPED
- Authvia
merchant.id
maps to JP Morgan Chase OrbitalUNMAPPED