Run in Apidog
Find bank details for all global banks.
Request
The bankName of the bank to be updated.
The bankCode of the bank to be updated.
Request samples curl --location --request GET 'https://api-gateway-uat.mmacs.io/platform/payment-service/api/v1/banks?bankName&bankCode&countryIso3Code&pageNumber&pageSize'
Responses application/json
Banks successfully fetched
data
array [object (Bank) {4}]
optional
Code of the bank where the account is held
ISO 3166-1 alpha-3 country code
{
"totalItems" : 0 ,
"currentPage" : 0 ,
"pageSize" : 0 ,
"totalPages" : 0 ,
"data" : [
{
"bankCode" : "001" ,
"bankName" : "Test" ,
"swift_Code" : "USD" ,
"countryCode" : "USA"
}
]
}
Modified at 2025-01-29 14:18:42