# List of PSPs

Nexus provides an API operation that returns a list of PSPs in a specific country along with their corresponding Financial Institution Identifications:

`GET` /countries/{countryCode}/fin-insts/psps

This can be used to generate a drop-down **`<select>`** menu item that allows the user to select the name of the PSP rather than entering the BIC manually.

This is useful for countries (such as the Philippines) that require the financial institution to be identified when using a proxy, or for countries (such as Singapore) where the convention is for the Recipient to share the full name of their PSP rather than the BIC.

{% hint style="info" %}
For usability, PSP app developers should enable the type-ahead feature that allows the user to start typing the PSP name to filter the list.
{% endhint %}


---

# 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/addressing-and-proxy-resolution/address-types-and-inputs/list-of-psps.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.
