Braintree
Braintree is a direct merchant payment processor connection
Supported Features
- Credit Card Transactions
- Dynamic Descriptor
Adding Merchant Credentials
In order to configure the Braintree connection merchants will each need each of their own Braintree Merchant ID, Public Key, and Secret Key
You may upload this via the Preczn Dashboard, merchant import or by updating the merchant connection via Update Connection Details endpoint. The values needed in the request would map as follows:
PATCH /v1/merchants/{merchantId}/connections/Braintree
{
"mid":"{braintree_merchant_id}",
"key":"{braintree_public_key}",
"secret":"{braintree_private_key}"
}
Dynamic Descriptor
Braintree supports the concept of Dynamic Descriptor for their transaction object.
In order to enable sending of dynamic descriptor, you must toggle sending Dynamic Descriptor on in the merchant's credential profile. For more information about sending dynamic descriptor as part of your transaction, please review Dynamic Statement Descriptors
Updated 4 months ago