How to enable Authvia Link Mask on a merchant.
You can personalize the first part of a generated links sent to customers. Our default link domain is lock.authvia.com, but you can chance it. For example if your company is Acme Inc you can configure acme-inc.authvia.com.
Features
Resources
Configuration
SETUP
First you must contact [email protected] infrastructure configuration or this will not work. Failing to do this, and adding this product, will break all links sent to your customers.
Whatever sub domain you choose, make sure that it is easily readible. For example acme-inc.authvia.com is easier for a user to read that acmeinc.authvia.com.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
domain | string | Domain to be used for link masking. Examples: authvia.io. | |
subDomain | string | (required) A URL safe sub domain to put in front of authvia.io for links in messages. Examples: demo. |
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": "authvia",
"config": {
"domain": "authvia.io",
"subDomain": "demo"
}
}