Replace physical card
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"cardholderFirstName": "Isabelle",
"cardholderLastName": "Lacoste",
"postalCode": "76515",
"countryCode": "EE",
"city": "Tallinn",
"county": "Harju",
"streetAddress": "Maakri 30",
"phoneCountryCode": "+372",
"phoneNumber": "55555555",
"newDesignCode": "XX",
"replacementReasonCode": "DAMAGED"
}curl -L 'https://card-api.sandbox.tuumplatform.com/api/v1/cards/C001664282546/replace' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdCBrYXN1dGFqYSIsImVtcGxveWVlSWQiOiJJRC0xMTAwIiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA4LTA4VDE0OjMzOjQyIiwiZXhwIjoxNzU0NjYzNjIyLCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.zBBwalUF_fkHYnUX0p0I0dIXHlTmxLVe1PB8FV3476U' \
-H 'Content-Type: application/json' \
-d '{
"cardholderFirstName": "Isabelle",
"cardholderLastName": "Lacoste",
"postalCode": "76515",
"countryCode": "EE",
"city": "Tallinn",
"county": "Harju",
"streetAddress": "Maakri 30",
"phoneCountryCode": "+372",
"phoneNumber": "55555555",
"newDesignCode": "XX",
"replacementReasonCode": "DAMAGED"
}'Sample response
Result
Last updated
Was this helpful?