# Open Banking Payin (EUR / GBP → USDC)

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

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

Through this integration, end users can initiate account-to-account transfers via Open Banking, which are used to facilitate the acquisition of stablecoins. The resulting USDC is transferred to the merchant’s Tylt wallet.

***

#### Conversion & Settlement Model

1. Each transaction is processed using a **real-time conversion quote**.
2. At the time of initiation, a EUR / GBP → USDC quote is generated. The end user reviews and accepts the quote, following which the transaction is initiated to acquire the corresponding crypto-assets and transfer them to the merchant, based on the provided transaction details.
3. The end user is then prompted to complete a fiat payment via Open Banking through
4. Upon successful completion of the fiat leg, the corresponding crypto-asset conversion is executed, and the resulting USDC is credited to the merchant’s Tylt wallet.
5. Settlement is finalised through a daily reconciliation cycle, ensuring that all transactions are fully reflected in the merchant’s balance no later than **2:30 AM UTC**.

***

#### Settlement Summary

| Attribute               | Description                                                 |
| ----------------------- | ----------------------------------------------------------- |
| **Quote Model**         | Real-time quote per transaction                             |
| **Credit Timing**       | USDC credited upon successful completion of the transaction |
| **Settlement Finality** | Fully reconciled no later than 2:30 AM UTC daily            |
| **Settlement Currency** | USDC                                                        |
| **Destination**         | Merchant Tylt Wallet                                        |

***

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

**1. Open Banking On-Ramp Flow**\
Guidance for enabling end users to initiate EUR / GBP bank transfers and complete on-ramp transactions, including tracking transaction lifecycle and status.

**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 embed Open Banking-based on-ramp functionality, allowing end users to acquire stablecoins via local bank transfers, with settlement managed in USDC through Tylt’s crypto-asset 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-payin-eur-gbp-usdc.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.
