# Payments

The Payments layer provides tools and integrations for handling payments, stablecoins, and on/off ramps on the **Verona** network.

### Overview

Verona's Payments Layer enables:

* **On-Ramps**: Credit card payments, Crossmint integration
* **Stablecoins**: Native stablecoin support
* **Cross-Chain Payments**: Interoperability with other chains

### On-Ramps

#### Crossmint Integration

Integrate credit card payments for digital assets:

* Web Integration: [Crossmint Digital Collectibles Checkout via Credit Card](/verona/build-on-verona/payments/credit-debit-cards/crossmint-digital-collectibles-checkout-via-credit-card.md)
* Mobile Integration: [Integrate Credit Card Payments for Digital Assets in your Mobile App using Crossmint](/verona/build-on-verona/payments/credit-debit-cards/integrate-credit-card-payments-for-digital-assets-in-your-mobile-app-using-crossmint.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.burnt.com/verona/build-on-verona/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.
