How to enable Tilled Token on a merchant.
Tilled offers innovative payment facilitation as a service, empowering software platforms to monetize payments. Their platform supports tokenization, ensuring secure and efficient transaction processing. Tilled provides robust tools for managing payments, fraud prevention, and seamless integration.
Features
✅ Payment Authorization Payments can be authorized by customers using Token. ✅ Payment Capture Payment authorizations made using Token payment methods can be captured. This step happens automatically with CHARGE transactions.
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": "tilled",
"config": {},
}