Get Click to Pay Data - Field Descriptions

The following page details each of the fields received in the response when using the Click to Pay Data endpoint.

Response Fields

When successful, the Click to Pay Data endpoint returns a 200 response.

FieldDescription
intentStart of the intent object.
typeThe service which the data needs to be enrolled in. For example, CLICK_TO_PAY.
valueThe product name for which the request is intended.
intentEnd of the intent object.
paymentInstrumentStart of the paymentInstrument object.
typeThe type of payment instrument. For example, CARD.
cardTypeThe card type description. For example, Visa Platinum.
issuerNameThe name of the issuer of the card.
nameOnCardThe name that appears on the card.
accountNumberThe Thredd public token for the card.
billingAddressObject that contains information on the cardholder's billing address.
cityThe city for the cardholder's billing address.
stateThe state for the cardholder's billing address.
countryThe country for the cardholder's billing address, expressed as a 3-letter (alpha-3) country code as defined in ISO 3166-1.
postalCodeThe post code for the cardholder's billing address.
addressLine1The first line of the cardholder's billing address.
addressLine2The second line of the cardholder's billing address.
addressLine3The third line of the cardholder's billing address.
billingAddressEnd of the billingAddress object.
expirationDateThe expiration date of the card.
paymentInstrumentEnd of the paymentInstrument object.
consumerInformationStart of the consumerInformation object.
emailsThe email addresses associated with the customer.
localeThe Language and country in which the product communicates with the consumer. For example, en_US.
phonesThe phone numbers associated with the customer.
statusThe current status of the request.
consentStart of the consent object.
versionThe specific version of the terms and conditions that the customer accepts for the user solution.
presenterThe presenter of consent to the consumer.
timeOfConsentThe Date/Time which the consent is valid, in ISO UTC format YYYY-MM-DDThh:mm:ss.000Z. Only accepts present and past dates.
consentEnd of the consent object
lastNameThe last name of the customer.
firstNameThe first name of the customer.
middleNameThe middle name of the customer.
countryCodeThe 3 digit country code.
nationalIdentifiersEnd of the nationalIdentifiers object.
typeThe identification type for the cardholder. For example, PASSPORT, DRIVING_LICENSE, NATIONAL_IDENTITY.
valueThe identification number for the identifier type.
nationalIdentifiersEnd of the nationalIdentifiers object.
externalConsumerIDClient-provided unique identifier of the consumer.
externalConsumerIDOwnerBIDVisa Business Identifier (BID) of the entity to which thge External Consumer ID belongs.
consumerInformationEnd of the consumerInformation object.


Did this page help you?