Retrieves a list of payment card issuing bank names.
SecuritySecretApiKey or JWT
Request
query Parameters
limit
integer [ 0 .. 1000 ]
Limits the number of collection items to be returned.
q
string
Use this field to perform a partial search of text fields.
Responses
200
List of payment card issuing bank names retrieved.
Response Headers
Pagination-Total
integer
Total number of items.
Example: 332
Pagination-Limit
integer
Maximum number of items per page.
Example: 100
Pagination-Offset
integer
Specifies the starting point within the
collection of resource results. For example, a request with
limit=20 retrieves and displays the first 20 results on a page. A
following request with limit=20 and offset=20, retrieves the next
page of 20 results.