Skip to main content
GET
/
cards
/
{cardIdentifier}
/
replacedCard
Get replaced card details
curl --request GET \
  --url https://apigwuat.corpay.com/cards/{cardIdentifier}/replacedCard \
  --header 'Authorization: Bearer <token>'
{
  "$ref": "#/components/schemas/ReplacedCardResponse/example"
}

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.

Performance expectations:
p50: 220 ms, p99: 700 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.

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=......'

Path Parameters

cardIdentifier
integer
required

Card Identifier of the Original Card

Response

Old and new card details

additionalEmbossing
string
cardDeliveryAddress
object
cardDeliveryContact
object
cardIdentifier
integer
cardType
string
customerAccountNumber
string
driverName
string
fuelProductRestriction
object
keyIdentifier
string
newCardIdentifier
integer
primaryVisualCardNumber
string
products
object[]
purchaseCategoryName
string
secondaryCardNumber
string
status
string
vehicleRegNumber
string