Replace CardCopy Pagepost http://localhost:8080/v0/cards/{cardId}/re-issuePath ParamscardIduuidrequiredUnique identifier (UUID) of the CardBody ParamsBody of a request to re-issue a lost, stolen or damaged card for a customer. The card will be issued with the same configuration as the previous one - name on card, delivery address, phone number, design, and PIN.cardTypestringenumType of card. Possible values: PHYSICAL: Physical card has been issued VIRTUAL: Card is virtual only. No physical card will be issued If card type is not specified, it is set to PHYSICAL by default. PHYSICALVIRTUALAllowed:PHYSICALVIRTUALdeliveryAddressobjectCard delivery address. If not provided, the customer's registered address is used.deliveryAddress objectdeliveryMethodstringenumCard delivery method. Possible values: STANDARD (default if not provided) REGISTERED COURIER EXPRESS STANDARDREGISTEREDCOURIEREXPRESSAllowed:STANDARDREGISTEREDCOURIEREXPRESSidempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated about 1 month ago