Metadata stored for a token
PCI Booking offers its customers the ability to retrieve metadata information relating to a single token or multiple tokens - while still maintaining PCI compliance by not providing the full card details.
- In order to retrieve the metadata for a list of tokens (by reference), please use the Query Paycard method.
- In order to retrieve the metadata of a single token (by token ID), please use the Retrieve a Paycard Metadata method.
The metadata for a token - whether queried as part of a list or individually, will contain the following information:
Parameter Name | Parameter Type | Description |
---|---|---|
| Object | Information provided if this token represents a virtual card. |
| String | The reference value which was provided during the tokenization process to locate this token. |
| DateTime | The date and time that this token was created on. |
| String | The type of card that was tokenized. If the card type was not specified during tokenization, this parameter will show |
| String | The last 4 digits of the card number. |
| String | The first 6 digits of the card number. |
| Integer | The year of the card's expiration date. |
| Integer | The month of the card's expiration date. |
| String | The value provided in the owner ID field during tokenization. |
| String | The username of the user that tokenized this card. |
| String | The value provided in the issue number field during tokenization. |
| String | The name on the card as provided during tokenization. |
| String | The card URI in PCI Booking. You will need this value in order to perform any sort of action on this card. |
| Date Time | The date that the CVV retention period ends. |
| Boolean | A boolean value indication if the CVV for this token still exists in PCI Booking. |
| Array of String | An array of the user IDs of the merchants associated with this token. (read more at Associate Paycard with a PCI Booking Customer). |
| Array of String | An array of the property IDs of the properties associated with this token. (read more at Associate Paycard with a Property). |
| Object | A set of parameters regarding the 3D Secure authentication of this card details. |
| String | The 3DS session ID (if 3DS was captured through the PCI Booking capture form) |
| String | Indication whether the card was authenticated or rejected when performing 3DS authentication. |
| String | The 3DS authentication value A.K.A |
| String | The 3DS authentication ECI value |
| String | The 3DS authentication XID or 3DSTransID (this value is based on which version of 3DS was used) |
| String | The 3DS authentication version which was used. |
| String | The merchant name that was used for the 3DS authentication. |
Updated about 1 year ago