How to enable PNC ACH on a merchant.
PNC Accelerate your payments by embedding our immediate payment capabilities for frictionless disbursements to businesses and consumers in your applications.
Features
✅ oAuth Configuration A merchant can configure this product in the merchant portal using oAuth. ✅ Payment Sale Payments are authorized and immediately captured using ACH payment methods.
Resources
Configuration
For transactions through PNC, ensure the client Id and Merchant detail with your PNC representative.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
instructorId | InstructorId of PNC Examples: abcd1234. | ||
instructorRoutingNumber | Instructor Routing Number Examples: 123456789. | ||
instructorName | Instructor Name Examples: Abc Xyz. |
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": "pnc",
"config": {
"instructorId": "abcd1234",
"instructorRoutingNumber": "123456789",
"instructorName": "Abc Xyz"
}
}