Cards

Renew a Card

post/api/v1/cards/{publicToken}/renew

Path parameters

publicTokenstring required

Request body

renewStep'Renew' | 'Migrate' | 'RenewWithSameExpiry' nullable

Flag to denote what step the user is taking in the renewal process.

freetext1string nullable

Fulfilment additional text field

freetext2string nullable

Fulfilment additional text field

Example request

{
  "renewStep": "Renew"
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.