Supported Resources
{
"slug": "ghipss",
"name": "GHIPSS",
"institution_required": false,
"fields": [ { "key": "account_number", "required": true }, { "key": "full_name", "required": false } ],
"formats": [
{
"id": "mobile-money",
"name": "Mobile Money",
"institution_types": ["mobile-money", "mobile-wallets"],
"has_liquidity": true,
"fields": [ { "key": "phone_number", "required": true }, { "key": "full_name", "required": false } ]
},
{
"id": "banks",
"name": "Bank Account",
"institution_types": ["traditional-banks", "digital-banks"],
"has_liquidity": false,
"fields": [ { "key": "account_number", "required": true }, { "key": "full_name", "required": false } ]
}
]
}ISO 2-letter country code (e.g., NG, US, IN)
NGFiat currency code (e.g., NGN, USD, EUR). Either country or currency must be provided.
NGNTransaction direction - either "onramp" (fiat to crypto) or "offramp" (crypto to fiat)
offrampPossible values: Successfully retrieved payment rails
Indicates if the request was successful
trueBad request - missing required parameters or invalid values
Internal Server Error
Payment rail slug (e.g., iban-sepa, pix-brazil, cvu-cbu)
iban-sepaOptional institution ID to filter by specific institution
revolutISO 2-letter country code for filtering
INISO 3-letter currency code for filtering
INRFree-text search by institution name
hdfcFilter by the institution's bank code (the code field of an institution): the 4-letter IFSC bank prefix for imps-neft-india (e.g. HDFC), the NIBSS code for nip-nigeria, etc. Not a full IFSC — use the 4-letter prefix.
HDFCMaximum number of results to return
20Example: 20Number of results to skip for pagination
0Example: 0Successfully retrieved institutions
Indicates if the request was successful
trueBad request - invalid rail or other validation errors
Internal Server Error
Last updated
