Store 3D tokens to a PaycardAsk AIput https://service.pcibooking.net/api/payments/paycard/{cardToken}/3dTokenThis method lets users store 3D tokens that were retrieved from a third party within the card token.Path ParamscardTokenstringrequiredThe token ID as returned by one of the tokenization methods.For example, 2821a46d80e14d1b96a7f18f1b81926d.Body ParamsecistringThe Electronic Commerce Indicator (eci) value. e.g 12AuthenticationValuestringrequiredThe cardholder's Authentication Verification Value (AVV). e.g. 1234567890.The AuthenticationValue cannot be longer than 256 characters.ThreeDSeciIndicationstringThe 3D secure authentication decision. The parameter will accept: Authenticated, TechnicalProblem, CardNotEnrolled.XIDstringThe 3DS transaction ID for 3DS requests version 1.0 and 2.0 (in version 1 this is called XID and in version 2 this is called 3DS_Trans_ID).The value for the XID field cannot be longer than 40 characters.VersionstringrequiredThe version of 3DS authentication used. Should start with either "1" or "2".The Version cannot be longer than 5 characters.AcsTransactionIdstringUnique transaction identifier assigned by the Access Control Server (ACS) to identify a single 3D secure transaction.HeadersAuthorizationstringrequiredThe authorization mechanism for this method is with the API key in the format of APIKEY {value}.For example, APIKEY bd3ce883352e42539a2b7644f72e6311.Responses 201201 401401Updated about 1 year ago