# Accessing Instant Payment Systems

{% hint style="warning" %}
This page relates **only** to third-party FX Providers.

For Source PSPs that provide their own FX, a different process applies. See [Payment setup for PSPs who provide their own FX](/payment-processing/payment-setup-for-psps-who-provide-their-own-fx.md) for details.
{% endhint %}

A third-party FXP must be able to send and receive payments in a specific IPS in order to offer rates on payments to/from that IPS and currency.

There are two options for the FX Provider to access an IPS:

1. membership of the IPS, or
2. through an account held with an existing IPS member (who plays the role of “Settlement Access Provider” to the FXP).

## Option 1: IPS Membership <a href="#toc163809569" id="toc163809569"></a>

In this model, the **FXP is a member of the IPS**. This means that:

1. the FXP already holds a **settlement account at the central bank** which provides settlement services to the IPS. This account may currently be used for processing domestic instant payments.
2. the funds in this settlement account can also be used for processing Nexus payments (in addition to domestic payments)
3. the FXP is able to directly submit payment instructions to the IPS

In this case, the FXP can act as an SAP to themselves.

<figure><img src="/files/d12IETL0pXssQkvk6A28" alt=""><figcaption><p>An FX Provider may be a participant in an IPS</p></figcaption></figure>

{% hint style="warning" %}
This option is only available to banks and non-bank PSPs who are eligible for membership of a specific IPS. Eligibility requirements to join an IPS varies between countries, so an entity that is eligible in one Nexus country may not be eligible in all countries.
{% endhint %}

## Option 2: Indirect access via Settlement Access Providers <a href="#toc163809570" id="toc163809570"></a>

FX Providers who are not a member of an IPS may choose to **access the IPS indirectly via a “Settlement Access Provider” (SAP).** In this model an FXP holds an account at an existing IPS member. This means that:

1. The IPS member (an existing PSP) that provides the account to the FXP plays the role of SAP to the FX Provider.
2. The SAP provides **an account in which the FXP can holds funds**, denominated in the IPS’s currency. (The FXP's account holds bank deposits, not central bank money.)
3. The **SAP makes and receives payments on behalf of the FXP**.

<figure><img src="/files/3FFFNJB6nvYcJiYWEgw2" alt=""><figcaption><p>An FXP that is not a participant in an IPS can make use of Settlement Access Providers</p></figcaption></figure>

## Choosing between Access Models

For each FXP, the choice of access model may differ depending on the country:

1. **An FXP may not be eligible for membership of the IPS.** In some countries, only banks (licensed credit institutions) are eligible to join the IPS, so non-bank PSPs who act as FXPs would need to arrange indirect access via an SAP. Other non-banks, such as non-bank FX dealers, are usually not eligible for access in any IPS.
2. **An FXP may be eligible for IPS membership, but the cost of membership may outweigh the benefits.** Typically IPS membership is geared towards institutions that will process significant volumes of domestic payments, and so there are significant requirements around the security and resilience of an IPS member’s technology and a lengthy onboarding process. However, for Nexus an FXP only really needs the ability to hold funds in that IPS. If they do not intend to process significant volumes of domestic payments on behalf of customers in a specific country, the costs of becoming a member of that country's IPS may be prohibitive. In this case, it would be easier and cheaper for the FXP to use an SAP.

An FXP may use different options in different countries. For example, they could have direct membership in one IPS and indirect access in another IPS to facilitate an FX currency pair.

In general, an FX Provider is more likely to use direct access to an IPS for countries where they are already established (for example as a domestic PSP), and indirect access for other countries.

## Examples <a href="#toc163809572" id="toc163809572"></a>

In the diagram below, the **FXP i**s a major international bank. It is a member of both the Source and Destination IPSs, as it has a significant presence in both those countries. It can accept funds in the Source IPS and pay out funds via the Destination IPS (and vice versa for payments in the opposite direction). It therefore acts as an SAP to itself in both the Source and Destination Countries. The obligations that apply to SAPs (as defined in the Nexus Scheme Rulebook) also apply to this FXP.

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

**FXP-B** is a regional bank. It is a member of the Source IPS, in the country where it is headquartered and so acts as Source SAP to itself. It does not have a significant presence in the Destination Country, so cannot justify the expense of joining the Destination IPS. Instead, it uses an SAP to get access to the Destination IPS. The obligations that apply to SAPs (as defined in the Nexus Scheme Rulebook) also apply to FXP-B.

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

The FXP below is a non-bank FX dealer, and therefore not eligible for access to any IPS. It uses SAPs for every IPS that it wishes to access. It must comply with the obligations upon FXPs, but not the obligations for SAPs.

<figure><img src="/files/3FFFNJB6nvYcJiYWEgw2" alt=""><figcaption></figcaption></figure>

​


---

# 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.nexusglobalpayments.org/fx-provision/accessing-instant-payment-systems.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.
