v1

latestOpenAPI 3.0.32026-07-264414182.7 KB
Bank

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

successboolean

Represents the status of the query operation, confirming if it was successful. This field is always true

Example response

{
  "result": {
    "providerId": "slb004",
    "name": "Guarantee Trust Bank",
    "country": "SL"
  }
}
All 44 operations