BoardingConfigurations

Get MCC Aliases

SecurityJWT
Request
query Parameters
pattern
string

Used for partial search for Mcc Alias description

pageIndex
integer <int32> [ 0 .. 2147483647 ]
Default: 0

Current index of the paging

pageSize
integer <int32> [ 0 .. 2147483647 ]
Default: 20

Size of one page

Responses
200

Success

400

Bad Request

get/v1/boarding/configurations/mcc-aliases
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 0
}

Get bank by routing number

By inputting at least 3 characters from the routing number as a parameter, this endpoint returns comprehensive data regarding the corresponding financial institutions matching the set of characters provided.

SecurityJWT
Request
query Parameters
pattern
required
string >= 3 characters [0-9]*

Used for partial search by Routing number

pageIndex
integer <int32> [ 0 .. 2147483647 ]
Default: 0

Current index of the paging

pageSize
integer <int32> [ 0 .. 2147483647 ]
Default: 20

Size of one page

Responses
200

Success

get/v1/boarding/configurations/banks
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 0
}