v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
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