Search customers

Search customers

SecurityoAuth2
Request
query Parameters
legalName
string

Full text search of full legal name

customerType
string

Search by type of customer such as Corporate, Consumer, Financial Institution, Downstream Partner and Processing Org

shortName
string

Search by Customer short name

customerId
string

Search by customerId

status
string

Search by status

taxId
string

Search by taxId

achCompanyID
string

Search by ach company Id

page
required
string

Which number of page of results to be returned

Example: page=1
limit
required
string <= 1000

Total number of records to be returned for a given page

Example: limit=100
Responses
200

OK

400

bad input parameter environment

401

You are not authorized to access the resource

402

The parameters were valid but the request failed.

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

409

The request conflicts with another request (perhaps due to using the same idempotent key).

429

Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.

500

Something went wrong on back end.

503

Service unavailable

default

Successful

get/v2/customers
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "CUST001",
  • "message": "Failed to get the customer: <Reason>",
  • "pagination": {
    },
  • "data": [
    ]
}