# Accepting credit card payments

Collections deployed on Highlight are eligible to accept credit card payments via [Crossmint](https://www.crossmint.com/). Revenue sold via credit card will come in ETH or applicable L2. \
\
Follow instructions below to register and set up your collection for credit card payment.&#x20;

{% hint style="info" %}
Note that the following collections are ineligible for credit card payments:

* Collections with gates
* Collector's choice mint (for Series collections)
* Any type of collection sold via auction
  {% endhint %}

### Step one: deploy collection on Highlight

Deploy a collection on Highlight using our [tools dashboard](https://highlight.xyz/tools/). Credit card integration via Crossmint is currently available only for generative and series collection types.

{% hint style="info" %}
For collections deployed on testnets, the Crossmint integration can be tested on the respective [staging site](https://staging.crossmint.com/). Please keep testnet prices to less than 0.01 ETH as testnet currency is limited. No verification is required in the staging console.
{% endhint %}

### Step two: copy contract address

Once the collection is deployed, head to the collection management page. From there, copy the contract address.

### Step three: register collection on Crossmint

Head to the [Crossmint console](https://www.crossmint.com/console/overview).

Login or signup to create an account.

Once you’ve signed in, go to the “Collections” tab. Click on “New collection” to create a new collection on Crossmint.

Enter your collection name and description. Then, upload your collection’s cover image. You can also enter your Website, Twitter, and Discord if you wish to do so. Click on “Next” to proceed.

<figure><img src="/files/f5TvX5gcN5xuai3pFilD" alt=""><figcaption></figcaption></figure>

On the next page, select “Import an existing contract”. Then select the chain your project is on, and then “Highlight” as the Contract Provider.&#x20;

Click on “Next”.&#x20;

<figure><img src="/files/h02jbQ0k8JH6CVvCr29L" alt=""><figcaption></figcaption></figure>

From there, enter the contract address.&#x20;

Click on “Next”.

Review the details that you entered and click on “Register Collection”.

### Step four: verify project owner and collection on Crossmint

Once your collection has been registered, you will have to verify both the project owner and the collection on Crossmint.&#x20;

You will be required to complete a Persona verification. This requires submitting a selfie and a photo of your government-issued ID.

This step will take roughly 48 hours so be sure to plan accordingly.

After verifying the project owner, Crossmint will ask you to submit additional information about your project. Their compliance will review to ensure that your collection is within the boundaries of U.S regulatory standards and compliant with [Crossmint's content policy](https://help.crossmint.com/hc/en-us/articles/12533651381133).&#x20;

### Step five: register collection on Highlight

Once verified on Crossmint, copy the collection ID from the Crossmint page. Then, head to the collection you want to enable credit card payment for, and select "Edit" under "Enable credit card payment".&#x20;

Flip the toggle for credit card payments and paste the collection ID from Crossmint into your token management page on Highlight.&#x20;

<figure><img src="/files/JLYXRg45U6iu7KPFQeHQ" alt=""><figcaption></figcaption></figure>

That’s it, credit card payment is now enabled for your collection. Email us at <gm@highlight.xyz> if you run into any issues.


---

# 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://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/configuring-payment-currencies/accepting-credit-card-payments.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.
