For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Supported Institutions

This endpoint retrieves the list of supported receiving banks or institutions for a specific provider and channel.


End Point

GET https://api.tylt.money/v2/prime-fiat/php/institutions/v2/list?provider={}&channel={}

Example Request

GEThttps://api.tylt.money/v2/prime-fiat/php/institutions/v2/list?provider=Pisomind&channel=pesonet

Request Headers

Name
Type
Example
Description

X-TLP-APIKEY

string

93ee3c5e133697251b5362bcf9cc8532476785t8768075616f58d88

Your Tylt API Key, used to identify your account in API requests.

X-TLP-SIGNATURE

string

d0afef3853dfc8489c8b9affa5825171fdd7y7685675e4966a05f66ed2b3eaf9462b3c9c0

HMAC SHA-256 signature generated using the API Secret Key to secure the request.

Query Parameters

Parameter
Required
Description

provider

Yes

The provider to fetch institutions from. Accepted values: Pisomind, Connecx.

channel

Yes

The payment rail or channel for the selected provider.

Notes

  • Both provider and channel are mandatory.

  • provider is case-insensitive.

  • For Pisomind, only instapay and pesonet are valid channel values.

  • For Connecx, pass the exact Connecx bank code identifier as the channel.

  • The response format remains the same for both providers.

Code Snippet

Response

Last updated