# White Label Requirements

The following are the requirements from the partners to set up a white label for the RocketFuel payment solution:

1. Legal Business Name&#x20;
2. Logo (To be used inside the portal, Login page, and email): \
   \&#xNAN;*<mark style="color:green;">The minimum size of the logo is 100\*100 px</mark>*
3. Terms & Conditions link&#x20;
4. Privacy Policy Link&#x20;
5. The email address for all the communications with merchants
6. Contact email & Phone (As content in the email)&#x20;
7. Domain of the partner&#x20;
8. Merchant Portal link&#x20;
9. Invoice link&#x20;
10. Help/FAQ link
11. Partner Support link/Zendesk&#x20;

### **Action Required from Partner's End**

* **Verify Email**\
  When the partner will configure email on the RocketFuel partner portal, the partner will receive a verification link in an email, they will have to verify their email address by clicking on the link.
* **Set up DNS**\
  1\. log in to your Domain Control Center\
  2\. Go to DNS management setting\
  3\. Add a new CNAME record with following details\ <br>

  <table><thead><tr><th width="266">Name / Host / Alias</th><th width="173">Time to Live (TTL)</th><th>Record Type</th><th width="348">Value / Answer / Destination</th></tr></thead><tbody><tr><td>merchant.example.com</td><td>600</td><td>CNAME</td><td><ol><li><a href="https://d2in4x5rahkphr.cloudfront.net/">d2in4x5rahkphr.cloudfront.net</a> (Sandbox)</li><li><a href="https://d3ch3jjhdztpfb.cloudfront.net/">d3ch3jjhdztpfb.cloudfront.net</a> (Production)</li></ol></td></tr><tr><td>payment.example.com</td><td>600</td><td>CNAME</td><td><ol><li><a href="https://dneialt0ftrfb.cloudfront.net">dneialt0ftrfb.cloudfront.net</a> (Sandbox)</li><li><a href="https://d19bl7tezsv50x.cloudfront.net">d19bl7tezsv50x.cloudfront.net</a> (Production)</li></ol></td></tr></tbody></table>

  \
  \
  **Name**: The hostname or prefix the CNAME record will be set to. You can include a period (.) but not as the first or last character. Consecutive periods (...) are not allowed, and the host cannot exceed 63 characters or be the @ symbol. CNAMEs can't have the same Name/Host as any other record.\
  \
  **Value**: The URL you are setting as the destination for the host. Type **@** to point directly to your root domain name.\
  \
  **TTL**: How long the server should cache information. The default setting is 1 hour.\
  \
  4\. Save your changes

Most DNS updates take effect within an hour, but could take up to 48 hours to update globally.

**Note:** Once domain pointing has been done then whitelabelled URL needs to be shared with Rocketfuel Blockchain Inc to enable SSL on the provided URL.


---

# 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.rocketfuel.inc/user-guide-and-help-videos/white-label-requirements.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.
