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.
CardHolderName
is not returned in the Card Registration object; it is added to the Card object.200 - Status "VALIDATED"
Tag
parameter and will not be editable.RegistrationData
on the PUT Update a Card Registration endpoint to create the Card object.RegistrationData
.CB_VISA_MASTERCARD
, AMEX
, MAESTRO
, BCMC
Default value: CB_VISA_MASTERCARD
The type of the card. If not supplied, the default value will be taken into account.CREATED
, VALIDATED
, ERROR
The status of the card registration:CREATED
– The card registration has been created, but no RegistrationData
has been entered yet and the CardId
value is null
.VALIDATED
– The card registration has been successfully updated with the RegistrationData
from the tokenization server.ERROR
– The card registration couldn’t be updated with the RegistrationData
and no CardId
was generated. For more information, refer to the ResultCode
(105206, 105299) and ResultMessage
.200 - Status "ERROR"
Tag
parameter and will not be editable.RegistrationData
on the PUT Update a Card Registration endpoint to create the Card object.RegistrationData
.CB_VISA_MASTERCARD
, AMEX
, MAESTRO
, BCMC
Default value: CB_VISA_MASTERCARD
The type of the card. If not supplied, the default value will be taken into account.CREATED
, VALIDATED
, ERROR
The status of the card registration:CREATED
– The card registration has been created, but no RegistrationData
has been entered yet and the CardId
value is null
.VALIDATED
– The card registration has been successfully updated with the RegistrationData
from the tokenization server.ERROR
– The card registration couldn’t be updated with the RegistrationData
and no CardId
was generated. For more information, refer to the ResultCode
(105206, 105299) and ResultMessage
.400 - CardHolderName can't be longer than than 255 characters