PNC

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.

NameTypeDescriptionRules
instructorIdInstructorId of PNC Examples: abcd1234.
instructorRoutingNumberInstructor Routing Number Examples: 123456789.
instructorNameInstructor 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"
  }
}