Skip to main content
POST
Search cards
Performance expectations:
p50: 220 ms, p99: 1900 ms.
Measured on successful requests (2xx), server-side only.
How to interpret these metrics

Authorizations

Authorization
string
header
required

Use OAuth2 client credentials to obtain a bearer token.

Token endpoint: POST <BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token

Use the same base URL as the selected API server:

  • Test environment: https://apigwuat.corpay.com
  • Production environment: https://apigw.corpay.com

Example:

Body

application/json
limit
integer

Max number of records to return.

Required range: x >= 1
cursor
string

Pagination cursor from a previous response.

sortExpression
string

Sort expression, e.g., "createdAt desc".

customerAccountNumber
string

Customer account identifier.

orderReference
string

Order reference to filter by.

Response

Card results

cards
object[]
customerAccountNumber
string
hasNextPage
boolean
lastPage
boolean
nextCursor
string
totalCount
integer