cURL
curl --request PUT \ --url https://sandbox-api.cardcore.cloud/institutions/cards/{cardId}/renew \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "expiration": "202705", "renewReason": "RENEW" } '
{}
Renew/replace a card.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path parameter: cardId.
Renew Card completed successfully.
The response is of type object.
object