Network Tokenization
Network Tokenize from Existing Token
Create a network token from an existing PCI Booking card token.
POST
Network-tokenizes a card that is already stored as a PCI Booking token. The card data is retrieved from the existing token, submitted to the card network, and the resulting network token is stored as a new PCI Booking token.
Optionally, the original token can be deleted after successful network tokenization by setting
deleteExisting=true.
Error Responses
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Query String
The full URI of the existing PCI Booking token to network-tokenize (e.g.
https://service.pcibooking.net/api/payments/paycard/tok_abc123).When
true, the original PCI Booking token is deleted after successful network tokenization.Token storage region for the new network token. One of:
US, IN, AU, JP, CA, IE, GB, BR. If omitted, uses the account default.Request Body
The request body contains the sameTokenizationRequest fields as Network Tokenize a Card, excluding the Card object (since card data comes from the existing token).
ISO 639-1 language code (exactly 2 characters).
Cardholder details required by the card network. See Network Tokenize a Card for the full field reference.
Device trust score (1-5).
Account trust score (1-5).
Device latitude (-90 to 90).
Device longitude (-180 to 180).
Device IP address.
Source of the card data.
Response
201 - Network token created. TheLocation header contains the new PCI Booking token URI. If deleteExisting=true was set, the original token is deleted.

