Mock

How to enable Mock Token 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

Auto Tokenize Can use features.auto-tokenize to have all corresponding tender types auto converted to tokens. See tokenize for more details.

Resources

Configuration

https://www.authvia.com/contact-us/

Features

All tokenize products support the following features attributes.

NameValuesDescription
auto-tokenizetrue or false (default)Can be provided for one tokenized product per payment method type (tender type). When set, any call to create a payment method for that underlying tender will automatically be converted to a token of the defined type.
auto-permissionsingle-use or use (default)Used to determine the permission to automatically set on each token created using this tokenization provider. Setting a value of single-use will mean a token is deleted on each successful use.

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": "tokenize",
  "product": "token",
  "provider": "mock",
  "config": {},
  
}