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.
Performance expectations:Documentation Index
Fetch the complete documentation index at: https://api.corpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Use OAuth2 client credentials to obtain a bearer token.
UAT token endpoint:
POST https://apigwuat.corpay.com/keycloak/realms/longship/protocol/openid-connect/token
Example:
curl --location 'https://apigwuat.corpay.com/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=......'Card Identifier of the Original Card
Old and new card details