List customers

List customers using zero-based pagination. Use reference_id to search for an existing customer before retrying an uncertain creation request.

This request has no JSON body. Use the path/query examples below.

Request examples

ByReference

GET /customer-vault/api/v1/customer?reference_id=customer-1001&page=0&limit=25 HTTP/1.1
Authorization: <PAYOLOGY_API_KEY>
Accept: application/json

Result codes in the response examples

HTTP status and result code are operation-specific. Field-validation messages can include the affected field name.

HTTPCodeResultMeaning
400R0002ErrorField is not properly formatted
401R0003ErrorAuthentication token is invalid
403R0003ErrorAccess not allowed
500R0999ErrorSomething went wrong
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0
Defaults to 0

Zero-based page index.

integer
0 to 64
Defaults to 12

Page size, default 12 and maximum 64. Use a positive value for pagination; the validator also accepts zero.

string
enum

Sort direction: asc or desc.

Allowed:
string
Defaults to first_name

Sort field. Default: first_name.

string

Customer UUID to retrieve/update, or filter in the customer list.

string
[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}

Filter to the organization identified by this UUID.

string

Partner-assigned reference used for reconciliation and supported reference lookups. Resource creation can enforce uniqueness within its scope.

string

Customer company name; can supply the company identity instead of an individual name pair.

string

Customer or cardholder given name.

string

Customer or cardholder family name.

string

Address city.

string

Address state/province code.

string

Address postal/ZIP code; accepted format depends on the operation and country.

string

Street address, first line.

string
enum

Customer classification: Billing, Shipping or Other.

Allowed:
string

Customer email address.

string

Customer contact phone number.

Responses

default

Other infrastructure or forwarded downstream response. HTTP status and body must be preserved; do not assume every error has a Payology R-code. No fixed payload is guaranteed.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json