Skip to main content
POST

Data Block Tokenization Guide

Store and manage arbitrary data securely with GDPR-compliant storage locations
Creates a new data block and returns its token ID. Data blocks let you store arbitrary sensitive data (such as identity documents, contracts, or personal information) in PCI Booking’s secure vault with a choice of GDPR-compliant storage regions. After creating the block, use the Upload Content endpoint to attach the actual data.

Error Responses

Parameter Constraints

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Request Body

Reference
string
A reference value which can then be used to query for this card token.
DataBlockLocation
string
default:"null"
The location to store this data block. Available locations: US, IN, KR, SG, AU, JP, CA, CN, DE, IE, GB, FR, BR. For the default location (Ireland), enter null.

Response