# Open Banking Payout (USDC → EUR)

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

This section provides a reference for integrating Tylt CrossRamp’s Open Banking off-ramp flow within merchant applications.

Through this integration, merchants can initiate transfers of stablecoins (USDC) to end users, who can subsequently convert the received crypto-assets into fiat via Open Banking rails.

{% hint style="warning" %}
Open loop Open-Banking Payouts are only available for EUR currency. Support for GBP will be available shorlty.
{% endhint %}

***

### Conversion & Settlement Model

1. Each transaction is processed using a **real-time conversion quote**.
2. At the time of initiation, a USDC → EUR quote is generated. The merchant initiates a transfer of stablecoins to the end user, who reviews and accepts the off-ramp quote and proceeds with the transaction based on the provided details.
3. The end user then completes the off-ramp flow, following which the corresponding crypto-asset conversion is executed and the resulting fiat amount is made available via SEPA Instant.
4. All transactions are reconciled through a daily settlement cycle, ensuring that balances are fully reflected no later than **2:30 AM UTC**.

***

### Settlement Summary

| Attribute               | Description                                       |
| ----------------------- | ------------------------------------------------- |
| **Quote Model**         | Real-time quote per transaction                   |
| **Debit Timing**        | USDC debited upon initiation of the off-ramp flow |
| **Settlement Finality** | Fully reconciled no later than 2:30 AM UTC daily  |
| **Settlement Currency** | USDC                                              |
| **Source**              | Merchant Tylt Wallet                              |

***

### What You’ll Find in the API Reference

**1. Off-Ramp Flow (USDC → EUR)**\
Guidance for initiating off-ramp flows, including transferring stablecoins to end users and enabling fiat conversion via Open Banking.

**2. Endpoint Descriptions**\
Detailed specifications for all API endpoints, including parameters, authentication requirements, and sample requests.

**3. Request & Response Formats**\
Structured JSON examples, parameter definitions, and HTTP status codes for accurate implementation.

**4. Code Examples**\
Reference implementations in Node.js, Python, and other supported languages.

**5. Error Handling**\
Common error scenarios, causes, and recommended handling strategies to ensure reliable integration.

***

### Summary

This API enables merchants to initiate Open Banking-based off-ramp flows, allowing end users to convert stablecoins into fiat via local bank transfers, with all crypto-asset conversion and settlement managed within Tylt’s infrastructure.


---

# 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.tylt.money/introduction/tylt-crossramp-fiat-crypto-solutions/eu-open-banking/open-banking-payout-usdc-eur.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.
