Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.25 KB

TokenisationResponseModel.md

File metadata and controls

18 lines (14 loc) · 2.25 KB

Citypay Api Client.TokenisationResponseModel

Properties

Name Type Description Notes
authen_result String The result of any authentication using 3d_secure authorisation against ecommerce transactions. Values are: <table> <tr> <th>Value</th> <th>Description</th> </tr> <tr> <td>Y</td> <td>Authentication Successful. The Cardholder's password was successfully validated.</td> </tr> <tr> <td>N</td> <td>Authentication Failed. Customer failed or cancelled authentication, transaction denied.</td> </tr> <tr> <td>A</td> <td>Attempts Processing Performed Authentication could not be completed but a proof of authentication attempt (CAVV) was generated.</td> </tr> <tr> <td>U</td> <td>Authentication Could Not Be Performed Authentication could not be completed, due to technical or other problem.</td> </tr> </table> [optional]
bin_commercial Boolean Determines whether the bin range was found to be a commercial or business card. [optional]
bin_debit Boolean Determines whether the bin range was found to be a debit card. If false the card was considered as a credit card. [optional]
bin_description String A description of the bin range found for the card. [optional]
eci String An Electronic Commerce Indicator (ECI) used to identify the result of authentication using 3DSecure. [optional]
identifier String The identifier provided within the request. [optional]
maskedpan String A masked value of the card number used for processing displaying limited values that can be used on a receipt. [optional]
scheme String The name of the card scheme of the transaction that processed the transaction such as Visa or MasterCard. [optional]
sig_id String A Base58 encoded SHA-256 digest generated from the token value Base58 decoded and appended with the nonce value UTF-8 decoded. [optional]
token String The token used for presentment to authorisation later in the processing flow. [optional]