How to enable Masspay Token on a merchant.
Features✅ Payout A merchant can send funds to customers and have them recieved via Token payment methods.
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": "masspay",
"config": {}
}