v1
latestOpenAPI 3.0.32026-07-264414182.7 KBBank
Get Bank
Retrieves detailed information about a specific bank provider using its Monime-assigned provider ID.
get/v1/banks/{providerId}
Path parameters
providerIdstring required
Unique provider ID for the bank as assigned by Monime.
Unique provider ID for the bank as assigned by Monime.
Headers
Monime-Version'caph.2025-08-23' | 'caph.2025-06-20' nullable
Specifies which version of the Monime API will handle this request.
Specifies which version of the Monime API will handle this request.
Response
OK
Example response
{
"result": {
"providerId": "slb004",
"name": "Guarantee Trust Bank",
"country": "SL"
}
}