Authvia

How to enable Authvia MMS 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

Messaging MMS messages can be delivered using Authvia. ✅ Message Status MMS messages sent over Authvia will have their status updated with delivery information.

Resources

Configuration

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

This table describes the required or possible attributes needed to configure a merchant product for this type.

NameTypeDescriptionRules
audiencestring(required) The audience for the service. Examples: user.
countriesarrayA list of countries supported by the service. Examples: us,ca.

Features

All messaging products support the following features attributes.

NameValuesDescription
noAuthcodetrue 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": "mms",
  "provider": "authvia",
  "config": {
    "audience": "user",
    "countries": [
        "us",
        "ca"
    ]
  }
}