Create Intermediary

How to create an intermediary using the DigiFi API.

The Create Intermediary API is used to create an intermediary. Each intermediary contains the variables (i.e. data fields) that have been added to your configured intermediary profile.

Example Request

Below please find the JSON body for an example request:

{
  "variables": {
    "variable_system_name_1": "Example",
    "variable_system_name_2": 999,
    "variable_system_name_3": true,
    "variable_system_name_4": "+19172245555",
    "variable_system_name_5": "date",
  }
}

📘

We strongly recommend to send the date value in "MM/DD/YYYY" format to avoid any issues with date representation.

Language
Authentication
Header