PUT
/
institutions
/
cards
/
{cardId}
/
renew
Renew Card
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"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
string
required

Path parameter: cardId.

Body

application/json
expiration
string
required
renewReason
string
required

Response

200 - application/json

Renew Card completed successfully.

The response is of type object.