How to enable Braintree Token on a merchant.
Braintree provides a robust payment gateway for businesses, making it a versatile
choice for merchants looking to accept a wide range of payment types.
Features
✅ Payment Sale Payments are authorized and immediately captured using Token payment methods.
Resources
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": "token",
"provider": "braintree",
"config": {},
}