# Compliance subscription / trial

## Overview

Use the variables in the list below to customize the Compliance subscription email and Compliance trial email according to your needs.

Check the **Mandatory** column to see the variables that are required in your customized version of the e-mail.

| Variable name                                | Email type                                             | Mandatory | Test value                                              | Description                                                    |
| -------------------------------------------- | ------------------------------------------------------ | --------- | ------------------------------------------------------- | -------------------------------------------------------------- |
| FIRST\_NAME\_BILLING                         | Compliance subscription email / Compliance trial email | No        | John                                                    | Shopper's first name used on the billing information.          |
| LAST\_NAME\_BILLING                          | Compliance subscription email / Compliance trial email | No        | Doe                                                     | Shopper's last name used on the billing information.           |
| LICENCES\[index1].BILLING\_CYCLE\_DURATION   | Compliance subscription email                          | Yes       | 1 Month                                                 | The billing recurrence.                                        |
| LICENCES\[index1].LICENCE\_CODE              | Compliance subscription email / Compliance trial email | No        | 7Q47P6Y84Q                                              | Subscription code.                                             |
| LICENCES\[index1].NEXT\_BILLING\_DATE        | Compliance subscription email / Compliance trial email | Yes       | Mar 14th 2020                                           | The date for the next billing.                                 |
| LICENCES\[index1].NEXT\_BILLING\_PRICE       | Compliance subscription email / Compliance trial email | Yes       | 100.00 EUR                                              | The price for the next billing.                                |
| LICENCES\[index1].NEXT\_BILLING\_PRICE\_TYPE | Compliance subscription email / Compliance trial email | No        | NET                                                     | Specifies if the price is GROSS or NET.                        |
| LICENCES\[index1].PRODUCT\_NAME              | Compliance subscription email / Compliance trial email | No        | Product name                                            | The name of the product.                                       |
| LICENCES\[index1].PRODUCT\_QUANTITY          | Compliance subscription email / Compliance trial email | No        | 1                                                       | The quantity of the product(s).                                |
| LICENCES\[index1].RENEWAL\_TYPE              | Compliance subscription email                          | No        | Automatic                                               | Specifies if subscription renews manually or automatically.    |
| LICENCES\[index1].TRIAL\_DURATION            | Compliance trial email                                 | Yes       | 1 Month                                                 | The duration of the trial.                                     |
| LICENCES\[index1].TRIAL\_EXPIRATION          | Compliance trial email                                 | Yes       | Mar 14th 2021                                           | The expiration date of the trial.                              |
| MERCHANT\_COMMERCIAL\_NAME                   | Compliance subscription email / Compliance trial email | No        | Some company                                            | Merchant's commercial name.                                    |
| MERCHANT\_SUPPORT\_EMAIL                     | Compliance subscription email / Compliance trial email | No        | <support@domain.com>                                    | Merchant support email address.                                |
| MERCHANT\_SUPPORT\_PHONE                     | Compliance subscription email / Compliance trial email | No        | +01 234 56 78 90                                        | Merchant support phone number.                                 |
| MY\_ACCOUNT\_LOGIN\_EMAIL                    | Compliance subscription email / Compliance trial email | No        | <john.doe@domain.com>                                   | Email address used by shopper to login/signup to myAccount.    |
| MY\_ACCOUNT\_LOGIN\_URL                      | Compliance subscription email / Compliance trial email | No        | <https://www.2checkout.com/myaccount>                   | 2Checkout myAccount login/signup URL.                          |
| MY\_ACCOUNT\_LOGO                            | Compliance subscription email / Compliance trial email | No        | <https://secure.2checkout.com/>                         | URL to the MyAccount logo.                                     |
| PAYMENT\_PARTNER                             | Compliance subscription email / Compliance trial email | Yes       | 2Checkout                                               | The name of the Merchant of Record. Always set to "2checkout". |
| PLATFORM\_WEBSITE                            | Compliance subscription email / Compliance trial email | No        | [https://www.2checkout.com](https://www.2checkout.com/) | 2Checkout's website.                                           |
| REFNO                                        | Compliance subscription email / Compliance trial email | No        | 1234567890                                              | Order reference number.                                        |
| RENEWAL\_PRODUCT\_NAME                       | Compliance subscription email / Compliance trial email | No        | Product name                                            | The name of the renewal product.                               |
| RENEWAL\_PRODUCT\_QUANTITY                   | Compliance subscription email / Compliance trial email | No        | 1                                                       | The quantity that will be used at renewal.                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/marketing/emails/email-variables/compliance-subscription-trial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
