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
string
required
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Path Parameters
string
required
The token ID as returned by one of the tokenization methods. For example,
2821a46d80e14d1b96a7f18f1b81926d.Request Body
string
required
The cardholder’s Authentication Verification Value (AVV). e.g.
1234567890. Max 256 characters.string
required
The version of 3DS authentication used. Should start with either “1” or “2”. Max 5 characters.
string
The Electronic Commerce Indicator (ECI) value. e.g.
12.string
The 3D Secure authentication decision. Accepted values: Authenticated, TechnicalProblem, CardNotEnrolled.
string
The 3DS transaction ID for 3DS version 1.0 (
XID) and version 2.0 (3DS_Trans_ID). Max 40 characters.string
Unique transaction identifier assigned by the Access Control Server (ACS) to identify a single 3D Secure transaction.

