Manage Consumer Information - Field Descriptions

The following page details each of the fields sent in the request and received in the response when using the Manage Consumer Information endpoint.

Request Fields

The following table describes fields that must be included in the body of the request when using the Manage Consumer Information endpoint.

FieldDescriptionMandatory?Type
customerDetailsObject that contains information on the customer.Yes
customerReferenceIdAn external customer reference provided in the request.YesString
emailThe email address of the customer.YesString
phoneThe phone number of the customer.YesString
firstNameThe first name of the customer.YesString
middleNameThe middle name of the customer.YesString
lastNameThe last name of the customer.YesString
countryCodeThe 3 digit country code.YesString
languageThe 2 digit language code. For example, en.YesString
nationalIdentifiersObject that contains information on the identifiers of the customer.Yes
typeThe identification type for the cardholder. For example, PASSPORT, DRIVING_LICENSE, NATIONAL_IDENTITY.YesString
valueThe identification number for the cardholder.YesString
nationalIdentifiersEnd of the nationalIdentifiers object.
customerDetailsEnd of the customerDetails object.

Response Fields

A successful response for the Manage Consumer Information endpoint returns a 202 response with either a unique requestTraceId (where the card network is Visa), or srcCorrelationId (where the card network is Mastercard).

FieldDescription
requestTraceIdA unique identifier to trace the request where the card network is Visa.
srcCorrelationIdA unique identifier to trace the request where the card network is Mastercard.