v1
latestOpenAPI 3.0.02026-08-04620256.0 KBPhysical Card
Confirm cardholder identity
put/cards/{cardId}/identity
Path parameters
cardIdstring uuid required
The unique identifier of the card to be verified against the cardholder’s or business information.
Headers
Accept-Versionstring required
Specifies the API version to use for this request.
Request body
Example request
{
"kyc": {
"dob": "1990-08-08",
"residentialAddress": {
"country": "HKG"
}
}
}Response
Cardholder identity confirmed successfully