Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning
titleDevelopment Notice

The Cardinal Virtual SDK is currently in Beta and is subject to changes within the codebase and documentation. Please reach out to your AE if there are any questions.

Step 2 Overview:

Tip
titleUniversal Reference Guide

The documentation below covers many communication methods when it comes to talking with the Cardinal systems. There may be fields that include notes for "Cruise Standard" and "Cruise Hybrid" that may not be applicable to this integration.

Include PageCCen:Consumer AuthenticationCCen:Consumer Authentication

Virtual SDK Required Fields

The table below includes the required fields for the Virtual SDK implementation. These have been separated from the rest of the lookup documentation as they are specific to the Virtual SDK.

Virtual SDK Lookup Request Fields

Field NameDescriptionRequiredField Definition

SdkEphemPubKey

The public key component of the ephemeral key pair generated by the 3DS SDK and used to establish session keys between the 3DS SDK and ACS.

YAN(256)

SdkTransId

Universally unique transaction identifier assigned by the 3DS SDK to identify a single transaction.

YAN(36)

SdkAppId

Universally Unique ID created upon all installations and updates of the 3DS Requestor App on a Consumer Device. This will be newly generated and stored by the 3DS SDK for each installation or update.

YAN(36)

SdkReferenceNumber

Identifies the vendor and version for the 3DS SDK that is integrated into a 3DS Requestor App, assigned by EMVCo when the 3DS SDK is approved.

YAN(32)sdkEncDatasdkMaxTimeoutDeviceChannel(?)deviceRenderOptions

Virtual SDK Lookup Response Fields

Field NameDescriptionRequiredField Definition

ACSSignedContent

Contains the JWS object created by the ACS and returned on the ARes message.

The JWS object contains the following data:

  • ACS URL
  • ACS Ephemeral Public Key
  • SDK Ephemeral Public Key
YAN(5000)ACSReferenceNumberUnique identifier assigned by the EMVCo secretariat upon testing and approval CAN(32)


ACSTransactionIDThreeDSServerTransactionId
Note

Update the example below after the final review 

Code Block
themeEmacs
titleVirtual SDK Lookup Request Example
linenumberstrue
collapsetrue
<CardinalMPI>
        <ProcessorId>2**</ProcessorId>
        <MerchantId>u**********</MerchantId>
        <TransactionPwd>1*******</TransactionPwd>
        <Version>1.7</Version>
        <MsgType>cmpi_lookup</MsgType>
        <TransactionType>C</TransactionType>
        <OrderNumber>abc123doerayme</OrderNumber>
        <CardNumber>4**************8</CardNumber>
        <CardExpMonth>0*</CardExpMonth>
        <CardExpYear>2***</CardExpYear>
        <BillingCity>Mentor</BillingCity>
        <BillingAddress1>8100 Tyler Blvd</BillingAddress1>
        <BillingAddress2></BillingAddress2>
        <BillAddrPostCode>44060</BillAddrPostCode>
        <BillingCountryCode>840</BillingCountryCode>
        <BillAddrState>OH</BillAddrState>
        <BillingFirstName>John</BillingFirstName>
        <BillingLastName>Doe</BillingLastName>
        <BillingFullName>John Doe</BillingFullName>
        <ShippingCity>44060</ShippingCity>
        <ShippingAddress1>8100 Tyler Blvd</ShippingAddress1>
        <ShippingAddress2></ShippingAddress2>
        <ShippingPostalCode>44060</ShippingPostalCode>
        <DFReferenceId>c17dea31-9cf6-0c1b8f2d3c5</DFReferenceId>
        <BillingPostalCode>44060</BillingPostalCode>
        <BillingState>OH</BillingState>
        <ShippingState>OH</ShippingState>
        <Email>cardinal.mobile.test@gmail.com</Email>
        <ShippingCountryCode>840</ShippingCountryCode>
        <Amount>0</Amount>
        <CurrencyCode>840</CurrencyCode>
        <AuthenticationInfo></AuthenticationInfo>
        <OverridePaymentMethod></OverridePaymentMethod>
        <AddressMatch></AddressMatch>
        <Installment></Installment>
        <MerchantRiskInfo></MerchantRiskInfo>
        <RecurringEnd></RecurringEnd>
        <RecurringFrequency></RecurringFrequency>
        <ChallengeRenderInterface>01</ChallengeRenderInterface>
        <ChallengeRenderType>01</ChallengeRenderType>
        <DeviceChannel>sdk</DeviceChannel>
        <ChallengeIndicator></ChallengeIndicator>
        <CategoryCode>5712</CategoryCode>
        <MessageCategory>01</MessageCategory>
        <ProductCode>01</ProductCode>
        <SdkMaxTimeout>25</SdkMaxTimeout>
        <AuthenticationIndicator>01</AuthenticationIndicator>
        <ThreeRIIndicator></ThreeRIIndicator>
        <NPAIndicator></NPAIndicator>
        <SdkTransId>6f9aee49-b4f0-41dd-9602-b9b6d2f65726</SdkTransId>
        <SdkEphemPubKey>{"kty":"EC","crv":"P-256","x":"D6n3bfcLaUdltrqJ2602JpqYZ-kA-7J73oDS44_l-MY","y":"tEbbZRgffJr9vdzdJ68if8t7LaZJ-4DGGJZvg5Ly6AA"}</SdkEphemPubKey>
        <SdkAppId>12aa43db-3423-4d33-94fc-838a12a25e9c</SdkAppId>
        <SdkReferenceNumber>SDKREFERENCENUMBER</SdkReferenceNumber>
</CardinalMPI>
Include PageCCen:Lookup Request/ResponseCCen:Lookup Request/Response
Info

Someone, please update the intro for this, Ian Poole






EMVCo Documents 

SDK- Device Information

View file
nameEMVCo_3DS_SDKDeviceInfo_1_4_102019 (2).pdf
height250


View file
nameEMVCo_3DS_Spec_v220_122018.pdf
height150