Manage 3D Secure Authentication

PCI Booking allows you to capture the 3D Secure authentication via the card capture forms. However, in some cases, you will retrieve the card details from a third party who has already performed - during their card capture - the 3DS authentication.

You can manage the 3DS authentication stored for a token with the following methods:

  1. Store
  2. Retrieve
  3. Delete

Store

The Store method allows you to update the data stored for a token with the 3DS authentication token that was captured by a third party.

Read more on the documentation of this method.

Retrieve

The Retrieve method allows you to retrieve the 3DS authentication token which is stored in PCI Booking for a card token. If there is no 3DS authentication token stored for this card token, the response will include HTTP status code 404 (Not Found).

You can retrieve the 3DS authentication token for a card token whether the authentication token was created by PCI Booking during the card capture or stored after pulled from a third party.

Read more on the documentation of this method.

Delete

The Delete method allows you to delete the 3DS authentication token that is stored for a card token.

When deleting the 3DS authentication token, the other card details will be unaffected.

🚧

Irreversible action

Please note that once the 3DS authentication token is deleted, it cannot be undone or recovered.

Read more on the documentation of this method.