Get transactions for a customer
Transaction
Get transactions for a customer
Retrieve transactions across all cards under a customer with filters and pagination. ProductIds and CardIdentifiers are Identifiers of Product and Card from Corpay System. Note: after a user stopped the session, a transaction might take up to 10 minutes to be available via the transactions endpoints.
POST
Get transactions for a customer
Performance expectations:
p50: 300 ms, p99: 1600 ms.
Measured on successful requests (2xx), server-side only.
How to interpret these metrics
p50: 300 ms, p99: 1600 ms.
Measured on successful requests (2xx), server-side only.
How to interpret these metrics
Authorizations
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:
curl --location '<BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token' \
--header 'accept: application/json' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=.......' \
--data-urlencode 'client_secret=......'Path Parameters
Body
application/json