get
https://test-api.payology.io/customer-vault/api/v1/customer
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/jsonResult codes in the response examples
HTTP status and result code are operation-specific. Field-validation messages can include the affected field name.
| HTTP | Code | Result | Meaning |
|---|---|---|---|
| 400 | R0002 | Error | Field is not properly formatted |
| 401 | R0003 | Error | Authentication token is invalid |
| 403 | R0003 | Error | Access not allowed |
| 500 | R0999 | Error | Something went wrong |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
defaultOther 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.