curl --request GET \
--url https://api.monime.io/banks/{idOrCode} \
--header 'Authorization: Bearer <token>'{
"success": true,
"messages": [
"<unknown>"
],
"result": {
"id": "fpr-TJh76H8hj778hftdtu66gjio",
"code": "SLB0004",
"name": "Guarantee Trust Bank",
"country": "SL",
"status": {
"active": true
},
"featureSet": {
"payout": {
"canPayTo": true,
"schemes": [
"<string>"
],
"metadata": {}
},
"payment": {
"canPayFrom": true,
"schemes": [
"<string>"
],
"metadata": {}
},
"kycVerification": {
"canVerifyAccount": true,
"metadata": {}
}
},
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z"
}
}Bearer HTTP authentication specified with the header Authorization: Bearer <access_token>
The id or code for the bank. The id or code for the bank.
OK
Represents the status of the query operation, confirming if it was successful. This field is always true
Contains a list of messages providing relevant information or feedback related to the query or operation
Show child attributes
The ID of the bank.
"fpr-TJh76H8hj778hftdtu66gjio"
The unique code assigned to a bank by Monime to identify it within Monime's ecosystem.
"SLB0004"
The name of the bank.
"Guarantee Trust Bank"
The country of the bank.
"SL"
The set of Monime features that the bank supports.'
Show child attributes
The bank's payout feature information.
Show child attributes
Whether or not Monime can pay out to an account in the bank.
The supported payout schemes of the bank.
The bank's payment feature information.
Show child attributes
Whether or not Monime can accept payment from an account in the bank.
The supported payment schemes of the bank.
The bank's KYC verification feature information.
Show child attributes
Whether or not Monime can verify an account's KYC' in the bank.
The time the bank's support was added.
The last time the bank's support was updated.
Was this page helpful?
curl --request GET \
--url https://api.monime.io/banks/{idOrCode} \
--header 'Authorization: Bearer <token>'{
"success": true,
"messages": [
"<unknown>"
],
"result": {
"id": "fpr-TJh76H8hj778hftdtu66gjio",
"code": "SLB0004",
"name": "Guarantee Trust Bank",
"country": "SL",
"status": {
"active": true
},
"featureSet": {
"payout": {
"canPayTo": true,
"schemes": [
"<string>"
],
"metadata": {}
},
"payment": {
"canPayFrom": true,
"schemes": [
"<string>"
],
"metadata": {}
},
"kycVerification": {
"canVerifyAccount": true,
"metadata": {}
}
},
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z"
}
}