Get replaced card details
Card
Get replaced card details
Given an old card identifier, return the new card identifier and card details after replace card request has been done. This API can be used in case of failure obtaining data from webhook for replaced card.
GET
Get replaced card details
Performance expectations:
p50: 220 ms, p99: 700 ms.
Measured on successful requests (2xx), server-side only.
How to interpret these metrics
p50: 220 ms, p99: 700 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
Card Identifier of the Original Card
Response
Old and new card details