How to enable PNC Credit Card 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.
✅ Tokenization Credit Card payment methods can be converted to PNC payment tokens.
✅ Auto Tokenize Can use features.auto-tokenize
to have all corresponding tender types auto converted to tokens. See tokenize for more details.
Resources
Configuration
For transactions through PNC, ensure the client Id and Merchant detail with your PNC representative.
Features
All tokenize products support the following features
attributes.
Name | Values | Description |
---|---|---|
auto-tokenize | true or false (default) | Can be provided for one tokenized product per payment method type (tender type). When set, any call to create a payment method for that underlying tender will automatically be converted to a token of the defined type. |
auto-permission | single-use or use (default) | Used to determine the permission to automatically set on each token created using this tokenization provider. Setting a value of single-use will mean a token is deleted on each successful use. |
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": "tokenize",
"product": "creditcard",
"provider": "pnc",
"config": {},
}