Bank Data Lookup

Lookup bank information

SecurityapiKey
Request
Request Body schema: application/json
object (BankLookupQuery)
matchingThreshold
number <double> [ 0 .. 1 ]

default: 0.0

maxCandidates
integer [ 20 .. 100 ]
page
integer >= 0
Default: 0
pageSize
integer [ 1 .. 1000 ]

default: 10

Responses
200

OK

post/banks/lookup
Request samples
application/json
{
  • "bank": {
    },
  • "matchingThreshold": 1,
  • "maxCandidates": 20,
  • "pageSize": 1,
  • "page": 0
}
Response samples
application/json
{
  • "pageSize": 0,
  • "totals": 0,
  • "page": 0,
  • "values": [
    ]
}