Card
Swipe
Physical Card
Reissue Card
put/cards/{cardId}/replace
Path parameters
cardIdstring uuid required
The unique identifier of the card that requires re-issuance.
Headers
Accept-Versionstring required
Specifies the API version to use for this request.
Request body
Example request
{
"expiryDate": "2025-08-08",
"shippingInformation": {
"shippingAddress": {
"country": "HK"
}
}
}Response
Successfully reissued card
Changes
No recorded changes to this endpoint across all 1 revision of this API.