Update a Card Registration
This call is used to add the string acquired from the tokenization to the Card Registration object in the parameter RegistrationData
, thereby validating the registration.
As a result, the Card object is created and the corresponding CardId
returned.
Platforms should also send the cardholder’s name as it appears on the payment card. The CardHolderName
parameter is sent on this call but not returned in the response; it is added to the Card object.
Path parameters
The unique identifier of the Card Registration object.
Body parameters
The string returned by the tokenization server on the POST Tokenize the card endpoint.
Min. length: 2 characters; max. length: 45 characters passed to card network, 255 accepted by the API
The cardholder’s name shown on the payment card. This value is passed to the card network for use in transaction risk analysis.
The value should only contain unmarked alphabetic characters (A-Z, a-z), hyphens (-), apostrophes (‘), and spaces. Letters with diacritics (e.g. É, Ü, ẞ), honorifics (e.g. MRS.) and other special characters are not recommended.
The CardHolderName
is not returned in the Card Registration object; it is added to the Card object.
Responses
Was this page helpful?