3D Secure
Store 3D Secure Data
Store 3D Secure authentication data on a token.
PUT
3DS Authentication Guide
Store and manage 3D Secure authentication data
Error Responses
Parameter Constraints
- ThreeDSecIndication is required and must be
AuthenticatedorTechnicalProblem. - AuthenticationValue has a max length of 256 characters and is required when ThreeDSecIndication is
Authenticated. - Eci has a max length of 2 characters.
- Version must start with “1.” or “2.”.
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Path Parameters
The token ID as returned by one of the tokenization methods. For example,
2821a46d80e14d1b96a7f18f1b81926d.Request Body
The cardholder’s Authentication Verification Value (AVV). e.g.
1234567890. Max 256 characters.The version of 3DS authentication used. Should start with either “1” or “2”. Max 5 characters.
The Electronic Commerce Indicator (ECI) value. e.g.
12.The 3D Secure authentication decision. Accepted values: Authenticated, TechnicalProblem, CardNotEnrolled.
The 3DS transaction ID for 3DS version 1.0 (
XID) and version 2.0 (3DS_Trans_ID). Max 40 characters.Unique transaction identifier assigned by the Access Control Server (ACS) to identify a single 3D Secure transaction.

