How to enable Mock Link Mask on a merchant.
Authvia enabling organizations of any size to easily request and receive payments faster, safer, and simpler, while decreasing transaction time, and improving customer satisfaction.
A true Contact-Free payment solution.
Consumers expect fast, simple, and secure commerce experiences from the convenience of their mobile devices; no app to download, no login or passwords to remember
Features
✅ oAuth Configuration A merchant can configure this product in the merchant portal using oAuth.
Resources
Configuration
https://www.authvia.com/contact-us/
Features
All messaging products support the following features
attributes.
Name | Values | Description |
---|---|---|
noAuthcode | true or false (default) | All messages sent to customers using this product will never include an authorization response code. |
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": "messaging",
"product": "link-mask",
"provider": "mock",
"config": {},
}