MassPay

How to enable MassPay CRM on a merchant.

MassPay specializes in integrating CRM systems with payroll and HR solutions to streamline the management of employee and customer data in one platform. Their CRM capabilities are designed to enhance workforce management through improved data visibility and accessibility.

Features

Create Customer A customer created within Authvia platform will be pushed to MassPay.

Resources

Configuration

  1. Create an account at MassPay's website.
  2. Log in to your account via MassPay's portal and configure your settings.
  3. Utilize the API documentation available at MassPay's developer portal to integrate MassPay into your existing CRM systems.
  4. For further assistance, contact MassPay support or refer to the comprehensive guides on their developer portal.

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

NameTypeDescriptionRules
apiKeystringAPI key for authenticating requests to MassPay's services. Obtain it by registering on the MassPay portal and navigating to your account settings. Examples: your_api_key_here.
hoststringThe host URL for MassPay API calls. Use this URL to make requests to the MassPay platform.

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": "customers",
  "product": "crm",
  "provider": "masspay",
  "config": {
    "apiKey": "your_api_key_here"
  }
}