Skip to main content
GET
Get Institutions

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

country
enum<string>
required

ISO 3166-1 alpha-2 country code.

Available options:
US,
CA,
MX,
CR,
DO,
GT,
HN,
JM,
SV,
AR,
BO,
BR,
CL,
CO,
EC,
PE,
AT,
BE,
BG,
CH,
CY,
CZ,
DE,
DK,
EE,
ES,
FI,
FR,
GR,
HR,
HU,
IE,
IT,
LT,
LU,
LV,
MT,
NL,
NO,
PL,
PT,
RO,
SE,
SI,
SK,
AE,
EG,
IL,
JO,
QA,
SA,
GH,
KE,
ZA,
AU,
ID,
IN,
JP,
KR,
MY,
PH,
PK,
SG,
TH,
GB
Example:

"US"

currency
enum<string>
required

Fiat currency symbol (e.g. JPY, KRW). Fiat currency symbol.

Available options:
USD,
MXN,
INR,
KRW,
JPY,
SGD,
MYR,
THB,
IDR,
PHP,
QAR,
EGP,
JOD,
GHS,
KES,
HNL,
BOB,
JMD,
COP,
GTQ,
BRL,
PEN,
CLP,
CRC,
DOP,
ZAR,
CAD,
PKR,
SAR,
ILS,
EUR,
GBP,
ARS,
AUD,
AED
Example:

"USD"

payment_method
enum<string>
required

Payment method for the corridor. Payment method for the fiat transaction.

Available options:
WIRE,
ACH,
SPEI,
IMPS_FIRC,
BANK_TRANSFER,
CCE,
TEF,
SINPE,
LBTR,
EFT,
IBFT,
MADA,
ZAHAV,
SEPA,
PIX,
COELSA,
BECS,
NPSS
Example:

"WIRE"

Response

Success

Response containing supported institutions for a corridor.

country
enum<string>

Country echoed back from the request.

Available options:
US,
CA,
MX,
CR,
DO,
GT,
HN,
JM,
SV,
AR,
BO,
BR,
CL,
CO,
EC,
PE,
AT,
BE,
BG,
CH,
CY,
CZ,
DE,
DK,
EE,
ES,
FI,
FR,
GR,
HR,
HU,
IE,
IT,
LT,
LU,
LV,
MT,
NL,
NO,
PL,
PT,
RO,
SE,
SI,
SK,
AE,
EG,
IL,
JO,
QA,
SA,
GH,
KE,
ZA,
AU,
ID,
IN,
JP,
KR,
MY,
PH,
PK,
SG,
TH,
GB
Example:

"US"

currency
enum<string>

Currency echoed back from the request.

Available options:
USD,
MXN,
INR,
KRW,
JPY,
SGD,
MYR,
THB,
IDR,
PHP,
QAR,
EGP,
JOD,
GHS,
KES,
HNL,
BOB,
JMD,
COP,
GTQ,
BRL,
PEN,
CLP,
CRC,
DOP,
ZAR,
CAD,
PKR,
SAR,
ILS,
EUR,
GBP,
ARS,
AUD,
AED
Example:

"USD"

payment_method
enum<string>

Payment method echoed back from the request.

Available options:
WIRE,
ACH,
SPEI,
IMPS_FIRC,
BANK_TRANSFER,
CCE,
TEF,
SINPE,
LBTR,
EFT,
IBFT,
MADA,
ZAHAV,
SEPA,
PIX,
COELSA,
BECS,
NPSS
Example:

"WIRE"

all_institutions_supported
boolean

When true, any bank is accepted and institutions is empty.

institutions
Institution · object[]

List of supported institutions. Empty when all_institutions_supported is true.