CardTokens

Columns

Name

Type

ReadOnly

References

Description

Id [KEY]

String

True

The Id of the token.

CardId

String

False

The Id of card (used in conjunction with a customer or recipient Id)

AddressCity

String

False

The city address of the card.

AddressCountry

String

False

The country address of the card.

AddressLine1

String

False

The address line 1.

AddressLine1Check

String

False

If address_line1 was provided.

AddressLine2

String

False

The address line 2.

AddressState

String

False

The address state.

AddressZip

String

False

The zip address.

AddressZipCheck

String

False

If address_zip was provided.

Brand

String

False

The card brand.

Country

String

False

Two-letter ISO code representing the country the bank account/card is located in.

Currency

String

False

The currency of the card.

CvcCheck

String

False

If a CVC was provided.

DynamicLast4

String

False

The last four digits of the device account number.

ExpMonth

Integer

False

The card expiration month.

ExpYear

Integer

False

The card expiration year.

Last4

String

True

Last4.

Fingerprint

String

False

Uniquely identifier.

Funding

String

False

Card funding type.

Name

String

False

Cardholder name.

TokenizationMethod

String

True

If the card number is tokenized, this is the method that was used.

ClientIp

String

False

The IP address of the client that generated the token.

Created

Datetime

True

The datetime of the token.

Used

Boolean

False

Whether or not this token has already been used.

Number

String

False

The card number.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

CustomerId

String

The Id of the customer to create a token for.

AccountId

String

The Id of the connected account to get card tokens for.

Last updated