PNC

How to enable PNC Token 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.
Payout A merchant can send funds to customers and have them received via Token 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
merchantAccountNumberMerchant Account Number Examples: 123456789.
merchantRoutingNumberMerchant Routing Number Examples: 123456789.

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": "payouts",
  "product": "token",
  "provider": "pnc",
  "config": {
    "merchantAccountNumber": "123456789",
    "merchantRoutingNumber": "123456789"
  }
}