logo Sogenactif

Release 24.2

go directly to content

Search by keywords

cardCheckEnrollment

To search in the page use Ctrl+F on your keyboard

Requests for payment initialization via card with 3-D Secure process.

In this document, unless otherwise stated, any reference to 3-D Secure includes Visa (Verified by Visa), MasterCard (SecureCode) and American Express (SafeKey).

This request initializes a transaction on “Sogenactif platform and checks the card enrollment. If the card is enrolled to 3-D Secure program, you will receive in response a secure URL (redirectionUrl) to which the customer should be redirected to continue the authentication. This redirection must be made via a POST form, see the part “POST form to the ACS”. On the other hand, you can proceed with the payment directly by calling cardValidateAuthenticationAndOrder method.”

Sensitive information (card number, card security code) can be handled in three ways, via the panType field:

  • encryption via the CSE mode
  • card number tokenisation
  • card number in plain text (significant PCI constraint)

Recommended interfaceVersion: IR_WS_2.53

  • PROD
    https://office-server.sogenactif.com/rs-services/v2/checkout/cardCheckEnrollment
    method
    POST
  • TEST
    https://office-server-sogenactif.test.sips-services.com/rs-services/v2/checkout/cardCheckEnrollment
    method
    POST
  • PROD
    https://office-server.sogenactif.com/services/v2/checkout?wsdl
    method
    POST
  • TEST
    https://office-server-sogenactif.test.sips-services.com/services/v2/checkout?wsdl
    method
    POST

Required

  • amount
    presence
    Required
    Interface version
    2.0

    Transaction amount. The amount must be transmitted in the smallest currency unit.For example in euros: an amount of EUR 10.50 must be transmitted in the form 1050.

  • currencyCode
    presence
    Required
    Interface version
    2.0

    Currency code for the transaction. This code is ISO 4217 compatible.

    List of values
    032
    Argentinean Peso
    036
    Australian Dollar
    048
    Bahrain Dinar
    116
    Cambodian Riel
    124
    Canadian Dollar
    144
    Sri Lanka Rupee
    156
    China Yuan Renminbi
    191
    Croatia Kuna
    203
    Czech Republic Koruna
    208
    Danes crown
    344
    Hong Kong dollar
    348
    Hungary Forint
    352
    Iceland Rupee
    356
    Indian rupee
    376
    Israel Shekel
    392
    Japanese Yen
    410
    South Korean Won
    414
    Kuwait Dinar
    458
    Malaysia Ringgit
    480
    Mauritius Rupee
    484
    Mexican Peso
    524
    Nepal Rupee
    554
    New Zealand Dollar
    578
    Norwegian crown
    634
    Qatar Riyal
    643
    Russia Ruble
    682
    Saudi Arabia Riyal
    702
    Singapore Dollar
    710
    South Africa Rand
    752
    Swedish crown
    756
    Swiss Franc
    764
    Thailand Baht
    784
    United Arab Emirates Dirham
    788
    Tunisia Dinar
    826
    Pound
    840
    American Dollar
    901
    Taiwan Dollar
    941
    Serbian Dinar
    946
    Roumania New Leu
    949
    New Turkish Lira
    952
    CFA Franc
    953
    CFP Franc
    975
    Bulgaria Lev
    978
    Euro
    980
    Ukraine Hryvnia
    985
    Poland Zloty
    986
    Brazilian Real
  • interfaceVersion
    presence
    Required
    Interface version
    2.0

    Version of the interface used. It is composed of a prefix that varies according to the function used and a version number (e.g. IR_WS_2.47).

    Please refer to the function page for the value to use. Use the latest interface version number.

    List of values
    IR_WS_
    Sogenactif Paypage and Sogenactif Office Serveur (SOAP/JSON) interface.
  • keyVersion
    presence
    Required
    Interface version
    2.0

    Version of the merchant’s secret key used to calculate the imprint of the message (key stored by the merchant to verify the imprint of the automatic and manual notifications).

  • merchantId
    presence
    Required
    Interface version
    2.0

    Identifier of the shop, this value is provided to the merchant by Sogenactif during the shop registration.

  • orderChannel
    presence
    Required
    Interface version
    2.0

    Order channel used (Internet, Telephone, Post, Fax etc), Internet is the default value.Use of this field should be reconciled with the conditions defined in the acquirer contract.

    List of values
    FAX
    Fax order channel Acquiring contract: MOTO
    INAPP
    Order from a service inside an application (eg mobile) Acquiring contract: INTERNET
    INTERNET
    Internet order channel Acquiring contract: INTERNET
    IVR
    IVR order channel Acquiring contract: MOTO
    MAIL_ORDER
    Mail order channel Acquiring contract: MOTO
    MINITEL
    Obsolete
    MOTO
    Mail order or Telephone order channel without distinction (deprecated, use MAIL_ORDER or TELEPHONE_ORDER) Acquiring contract: MOTO
    PROXI_ATTENDED
    Obsolete
    PROXI_SEMIATTENDED
    Obsolete
    PROXI_UNATTENDED
    Obsolete
    TELEPHONE_ORDER
    Telephone order channel Acquiring contract: MOTO
  • seal
    presence
    Required
    Interface version
    2.0

    Message seal used to ensure the integrity of the request and the authentication of sender / receiver of the message.

Optional

Request sample

            {
  "amount": "1000",
  "captureDay": "0",
  "captureMode": "AUTHOR_CAPTURE",
  "cardCSCValue": "123",
  "cardExpiryDate": "201602",
  "cardNumber": "1234123412341234",
  "currencyCode": "978",
  "interfaceVersion": "IR_WS_2.9",
  "keyVersion": "1",
  "merchantId": "011223344550000",
  "merchantTransactionDateTime": "2015-05-28T11:23:14.211+02:00",
  "orderChannel": "INTERNET",
  "orderId": "1234",
  "transactionReference": "TREFEXA2015",
  "seal": "607083393a51b4b23261270df83c28a61e06f74928bc1e868c0abb9325dde2f2"
}

        
                  <urn:cardCheckEnrollment>
         <urn:input>
            <urn:merchantId>011223344550000</urn:merchantId>
            <urn:transactionReference>TREFEXA2015</urn:transactionReference>
            <urn:interfaceVersion>IR_WS_2.9</urn:interfaceVersion>
            <urn:amount>1000</urn:amount>
            <urn:captureDay>0</urn:captureDay>
            <urn:captureMode>AUTHOR_CAPTURE</urn:captureMode>
            <urn:cardCSCValue>123</urn:cardCSCValue>
            <urn:cardExpiryDate>201601</urn:cardExpiryDate>
            <urn:cardNumber>4907000000000600</urn:cardNumber>
            <urn:currencyCode>978</urn:currencyCode>
            <urn:merchantTransactionDateTime>2015-04-27T19:21:22.405+02:00</urn:merchantTransactionDateTime>
            <urn:orderChannel>INTERNET</urn:orderChannel>
            <urn:orderId>123456</urn:orderId>
         </urn:input>
      </urn:cardCheckEnrollment>

        

Required

  • seal
    presence
    Required
    Interface version
    2.0

    Message seal used to ensure the integrity of the request and the authentication of sender / receiver of the message.

Optional

  • errorFieldName
    presence
    Optional
    Interface version
    2.0

    Error field name of the incoming request. Present when responseCode = 12 or 30.

  • maskedPan
    presence
    Optional
    Interface version
    2.32

    Masked Primary Account Number. In the case of wallets, masked PAN of the payment mean registered in the wallet.

  • messageVersion
    presence
    Optional
    Interface version
    2.0

    Parameters version of redirection (used for Sogenactif Office Serveur with redirection).

  • paReqMessage
    presence
    Optional
    Interface version
    2.0

    Payer Authentication Request (PAReq) that the merchant must transmit to ACS for 3-D Secure authentication.

  • paymentMeanBrandSelectionStatus
    presence
    Optional
    Interface version
    2.13

    Status of the processing of the brand application selection on paypage.

    List of values
    APPLIED_DEFAULT
    The cardholder accepted the default merchant choice
    APPLIED_HOLDER
    The cardholder selected a card brand different from the default merchant choice
    Empty
    Transaction not processed according to the payment mean brand selection rules
    NOT_APPLICABLE
    Card number filled is not a cobadged card
  • redirectionData
    presence
    Optional
    Interface version
    2.0

    In case of 3-D Secure payment, contains the context of the transaction retrieved from the cardCheckEnrollment method. In case of 3-D Secure server Standalone, it contains the Payer Authentication Request (PAReq) that the merchant must transmit to ACS for 3-D Secure authentication (format: base 64 encoded).In case of external payment provider, contains the context of the transaction sent by the merchant during the transaction initialisation.

  • redirectionStatusCode
    presence
    Optional
    Interface version
    2.0

    Response code returned by Sogenactif when redirecting (e.g. redirecting to the ACS, to Sogenactif server…). Indicates whether redirecting is possible or not.

    List of values
    00
    • In response to paymentWebInit: transaction initialized
    • In response to walletCheckEnrollment and cardCheckEnrollment: Carte enrolled
    01
    In response to cardCheckEnrollment and walletCheckEnrollment: card non 3-D Secure enrolled
    03
    Merchant contract invalid
    10
    Undefinied card enrollment (in response to cardCheckEnrollment and walletCheckEnrollment only)
    12
    Invalid transaction, check parameters transferred in the request
    14
    Invalid payment mean data (ex: PAN)
    30
    Format error (Webinit ERROR)
    34
    Suspicion of fraud, signature error (Webinit ERROR)
    80
    Error during DS interrogation
    89
    MPI session expired
    91
    Merchant not configured in the 3-D Secire server
    94
    • In response to paymentWebInit: transaction duplicated. The transactionReference of this transaction has already been used
    • In response to cardCheckEnrollment or walletCheckEnrollment: error during the enrollment verification call
    99
    Internal error
  • redirectionUrl
    presence
    Optional
    Interface version
    2.0

    In case of an enrollment check, contains the redirection URL to the ACS required for the cardholder authentication. In case of Sogenactif In-App payment, contains the URL of the next request. In case of 3-D Secure Standalone, contains the redirection URL to the ACS required for the cardholder authentication.

  • responseCode
    presence
    Optional
    Interface version
    2.23

    Sogenactif server response code.

    List of values
    00
    correct enrollment check
    01
    For panToToken and tokenToPan methods, partial success
    02
    Request of authorized on via telephone with the issuer because of exceeding the card authorization threshold
    03
    Invalid merchant contract
    05
    Refused authorization
    11
    Used for differed check. The PAN is blocked
    12
    Invalid transaction. Please check the request parameters
    14
    Invalid PAN or payment mean data check is failed (e.g. card number or the visual cryptogram of the card or AVS address)
    17
    Customer cancellation
    24
    • In response to a cash management operation: operation not authorized. The operation you wish to perform is not compliant with the transaction status or another operation is in progress at the same time
    • In response to a payment creation: operation rejected, request already carried out with the same data and the same parameters
    25
    Transaction unknown by Sogenactif
    30
    Format error
    34
    Fraud suspicion (seal erroneous)
    40
    Function not supported: the operation that you wish to perform is not part of the operation type for which you are authorized
    51
    Amount too high
    54
    Payment mean expiry date is past
    55
    Merchant doesn’t accept prepaid cards
    57
    Refund operation refused because the original transaction was subject of an unpaid
    60
    Transaction pending
    62
    Waiting the confirmation for the transaction (used by PayPal 1.0)
    63
    Security rules not observed, transaction stopped
    75
    Number of attempts to enter the data of the payment mean from Sogenactif Paypage is exceeded
    90
    Service temporarily not available
    94
    Duplicated transaction: the transactionReference has been used previously
    97
    Session expired (no action from the user during 15 minutes), transaction refused
    99
    Temporarily problem with the payment server
  • tokenPan
    presence
    Optional
    Interface version
    2.32

    Unique identifier for a PAN returned by the Sogenactif server via the AWL token server in a merchant-oriented format (the format is a parameter in the merchant’s configuration).

Response sample

            {
  "redirectionUrl": "http://www.acssiteweb.com",
  "paReqMessage": "eJxVUU1zgj...Rv8P/AJQjttc\u003d",
  "redirectionData": "uqjeV+Keg...MAwXk2jDJAe2TI\u003d",
  "redirectionStatusCode": "00",
  "messageVersion": "0.1",
  "seal": "3c40cf8c12a8eebdfc114c83db8f944b77932b03814d8bf43ea792c20d05e7a6"
}

        
                  <cardCheckEnrollmentResponse xmlns="urn:sips:cn:contract:office:checkout:v2">
         <output>
            <redirectionStatusCode>00</redirectionStatusCode>
            <redirectionUrl>https://payment-web.test.sips-services.com/paymentprovider/init</redirectionUrl>
            <paReqMessage>eJxVUctuwjAQ..../AVQptqQ=</paReqMessage>
            <redirectionData>RSs7cZyL1DqsVs...vceJKsC4lg</redirectionData>
            <messageVersion>0.1</messageVersion>
         </output>
      </cardCheckEnrollmentResponse>

        

Changelog


Interface version Data Attendance Container
2.0 authenticationData Request
2.37 authentAmount Container
  • authenticationData
  • 2.0 cardAuthPolicy Container
  • authenticationData
  • 2.0 automaticReverse Container
  • cardAuthPolicy
  • 2.0 checkAVS Container
  • cardAuthPolicy
  • 2.0 ignoreAddressCheckResult Container
  • cardAuthPolicy
  • 2.0 ignoreCSCCheckResult Container
  • cardAuthPolicy
  • 2.0 ignorePostcodeCheckResult Container
  • cardAuthPolicy
  • 2.0 billingAddress Request
    2.0 addressAdditional3 Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 addressAdditional1 Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 addressAdditional2 Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 city Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 company Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 country Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 postBox Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 state Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 street Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 streetNumber Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 zipCode Container
  • billingAddress
  • customerAddress
  • deliveryAddress
  • holderAddress
  • subMerchantAddress
  • 2.0 billingContact Request
    2.0 email Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 firstname Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 gender Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.11 initials Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 lastname Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 mobile Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • paypal
  • 2.0 phone Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 title Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.23 workphone Container
  • billingContact
  • customerContact
  • deliveryContact
  • holderContact
  • 2.0 captureDay Request
    2.0 captureMode Request
    2.0 cardCSCValue Request
    2.0 cardExpiryDate Request
    2.0 cardNumber Request
    2.23 customerAccountHistoric Request
    2.27 addPaymentMeanDate Container
  • customerAccountHistoric
  • 2.23 creationDate Container
  • customerAccountHistoric
  • 2.27 changeDate Container
  • customerAccountHistoric
  • 2.27 customerAccountId Container
  • customerAccountHistoric
  • 2.23 numberOfAttemptsAddCard24Hours Container
  • customerAccountHistoric
  • 2.23 numberOfPurchase180Days Container
  • customerAccountHistoric
  • 2.51 numberOfScoringCancelledPurchase Container
  • customerAccountHistoric
  • 2.23 numberOfTransaction24Hours Container
  • customerAccountHistoric
  • 2.27 numberOfTransactionYear Container
  • customerAccountHistoric
  • 2.51 numberOfUncancelledPurchase Container
  • customerAccountHistoric
  • 2.27 passwordChangeDate Container
  • customerAccountHistoric
  • 2.23 suspiciousActivityIndicator Container
  • customerAccountHistoric
  • 2.0 customerAddress Request
    2.0 customerContact Request
    2.0 customerData Request
    2.0 birthCity Container
  • customerData
  • 2.0 birthCountry Container
  • customerData
  • 2.0 birthZipCode Container
  • customerData
  • 2.0 birthDate Container
  • customerData
  • 2.51 loyaltyIndicator Container
  • customerData
  • 2.18 maidenName Container
  • customerData
  • 2.0 nationalityCountry Container
  • customerData
  • 2.0 newPassword Container
  • customerData
  • 2.0 password Container
  • customerData
  • 2.0 customerId Request
    2.0 customerIpAddress Request
    2.0 customerLanguage Request
    2.0 deliveryAddress Request
    2.0 deliveryContact Request
    2.19 deliveryData Request
    2.23 deliveryAddressCreationDate Container
  • deliveryData
  • 2.19 deliveryChargeAmount Container
  • deliveryData
  • 2.19 deliveryMethod Container
  • deliveryData
  • 2.19 deliveryMode Container
  • deliveryData
  • 2.19 deliveryOperator Container
  • deliveryData
  • 2.23 electronicDeliveryIndicator Container
  • deliveryData
  • 2.19 estimatedDeliveryDate Container
  • deliveryData
  • 2.19 estimatedDeliveryDelay Container
  • deliveryData
  • 2.0 fraudData Request
    2.0 allowedIpCountryList Container
  • fraudData
  • 2.0 deniedIpCountryList Container
  • fraudData
  • 2.0 bypass3DS Container
  • fraudData
  • 2.0 bypassCtrlList Container
  • fraudData
  • 2.0 allowedCardArea Container
  • fraudData
  • 2.0 allowedIpArea Container
  • fraudData
  • 2.0 deniedCardArea Container
  • fraudData
  • 2.0 deniedCardCountryList Container
  • fraudData
  • 2.23 challengeMode3DS Container
  • fraudData
  • 2.0 allowedCardCountryList Container
  • fraudData
  • 2.23 addressDeliveryBillingMatchIndicator Container
  • fraudData
  • 2.0 deniedIpArea Container
  • fraudData
  • 2.0 bypassInfoList Container
  • fraudData
  • 2.39 merchantAuthentScoreValue Container
  • fraudData
  • 2.27 merchantCustomerAuthentData Container
  • fraudData
  • 2.27 merchantCustomerAuthentDateTime Container
  • fraudData
  • 2.23 merchantCustomerAuthentMethod Container
  • fraudData
  • 2.23 nameDeliveryCustomerMatchIndicator Container
  • fraudData
  • 2.27 productAvailabilityDate Container
  • fraudData
  • 2.23 productAvailabilityIndicator Container
  • fraudData
  • 2.23 reorderProductIndicator Container
  • fraudData
  • 2.0 riskManagementDynamicSettingList Container
  • fraudData
  • 2.0 riskManagementDynamicSetting Container
  • riskManagementDynamicSettingList
  • 2.0 riskManagementDynamicParam Container
  • riskManagementDynamicSetting
  • 2.0 riskManagementDynamicValue Container
  • riskManagementDynamicSetting
  • 2.0 holderAddress Request
    2.0 holderContact Request
    2.12 intermediateServiceProviderId Request
    2.0 invoiceReference Request
    2.48 merchantLocationId Request
    2.0 merchantName Request
    2.0 merchantReturnUrl Request
    2.0 merchantTransactionDateTime Request
    2.0 merchantUrl Request
    2.19 orderContext Request
    2.19 customerBrowserType Container
  • orderContext
  • 2.19 customerANI Container
  • orderContext
  • 2.19 customerANIInformationIdentifier Container
  • orderContext
  • 2.38 merchantOrderSpecificDataList Container
  • orderContext
  • 2.38 merchantOrderSpecificData Container
  • merchantOrderSpecificDataList
  • 2.38 merchantOrderSpecificDataReference Container
  • merchantOrderSpecificData
  • 2.38 merchantOrderSpecificDataType Container
  • merchantOrderSpecificData
  • 2.38 merchantOrderSpecificDataValue Container
  • merchantOrderSpecificData
  • 2.19 customerHostName Container
  • orderContext
  • 2.0 orderId Request
    2.47 panEntryMode Request
    2.11 panType Request
    2.13 paymentMeanBrand Request
    2.13 paymentMeanBrandSelectionStatus Request/Response
    2.18 paymentMeanData Request
    2.21 bcmcMobile Container
  • paymentMeanData
  • 2.21 completionRedirectUrl Container
  • bcmcMobile
  • 2.21 defaultRedirectUrl Container
  • bcmcMobile
  • 2.18 cofinoga3xcb Container
  • paymentMeanData
  • 2.18 creditIndicator Container
  • cofinoga3xcb
  • 2.18 cofinoga Container
  • paymentMeanData
  • 2.18 settlementMode Container
  • cofinoga
  • bcaCup
  • 2.18 bcaCup Container
  • paymentMeanData
  • 2.38 bancontact Container
  • paymentMeanData
  • 2.38 bancontactMerchantCustomerAuthenticationMethod Container
  • bancontact
  • 2.38 initialAuthenticationCavv Container
  • bancontact
  • 2.38 payeeCardNumber Container
  • bancontact
  • 2.38 payeeHolderName Container
  • bancontact
  • 2.18 paypal Container
  • paymentMeanData
  • 2.18 orderDescription Container
  • paypal
  • 2.18 deliveryAddressStatus Container
  • paypal
  • 2.18 payerStatus Container
  • paypal
  • 2.18 payerBusiness Container
  • paypal
  • 2.18 dupDesc Container
  • paypal
  • 2.18 invoiceId Container
  • paypal
  • 2.18 addrOverride Container
  • paypal
  • 2.18 dupFlag Container
  • paypal
  • 2.18 paymentStatus Container
  • paypal
  • 2.18 payerId Container
  • paypal
  • 2.18 payerSuffix Container
  • paypal
  • 2.18 dupCustom Container
  • paypal
  • 2.18 dupType Container
  • paypal
  • 2.18 landingPage Container
  • paypal
  • 2.18 token Container
  • paypal
  • 2.0 paymentPattern Request
    2.35 paymentToken Request
    2.37 recurringData Request
    2.37 recurringEndDate Container
  • recurringData
  • 2.37 recurringPeriod Container
  • recurringData
  • 2.37 recurringSequence Container
  • recurringData
  • 2.37 recurringSequenceMax Container
  • recurringData
  • 2.0 returnContext Request
    2.0 s10TransactionReference Request
    2.0 s10TransactionId Container
  • s10TransactionReference
  • 2.0 s10TransactionIdDate Container
  • s10TransactionReference
  • 2.12 sealAlgorithm Request
    2.33 settlementArchivingReference Request
    2.33 settlementMerchantSpecificData Request
    2.19 shoppingCartDetail Request
    2.27 giftCardAmount Container
  • shoppingCartDetail
  • 2.27 giftCardCurrencyCode Container
  • shoppingCartDetail
  • 2.19 mainProduct Container
  • shoppingCartDetail
  • 2.27 giftCardCount Container
  • shoppingCartDetail
  • 2.19 shoppingCartItemList Container
  • shoppingCartDetail
  • 2.19 shoppingCartItem Container
  • shoppingCartItemList
  • 2.19 productName Container
  • shoppingCartItem
  • 2.19 productUnitTaxAmount Container
  • shoppingCartItem
  • 2.19 productDescription Container
  • shoppingCartItem
  • 2.19 productSKU Container
  • shoppingCartItem
  • 2.19 productQuantity Container
  • shoppingCartItem
  • 2.19 productTaxRate Container
  • shoppingCartItem
  • 2.19 productUnitAmount Container
  • shoppingCartItem
  • 2.19 productCode Container
  • shoppingCartItem
  • 2.19 productCategory Container
  • shoppingCartItem
  • 2.19 productTaxCategory Container
  • shoppingCartItem
  • 2.38 travelData Container
  • shoppingCartItem
  • 2.38 travelCardPeriod Container
  • travelData
  • 2.38 journeyDataList Container
  • travelData
  • 2.38 journeyData Container
  • journeyDataList
  • 2.41 journeyAmount Container
  • journeyData
  • 2.38 carrierIdentifier Container
  • journeyData
  • 2.38 classLevel Container
  • journeyData
  • 2.38 departureDateTime Container
  • journeyData
  • 2.38 arrivalLocation Container
  • journeyData
  • 2.38 destinationCountry Container
  • journeyData
  • 2.19 fareBasis Container
  • journeyData
  • travelContext
  • 2.38 carrierName Container
  • journeyData
  • 2.38 journeyCancellableIndicator Container
  • journeyData
  • 2.38 departureLocation Container
  • journeyData
  • 2.38 journeyInsurance Container
  • journeyData
  • 2.38 journeyInsuranceIndicator Container
  • journeyData
  • 2.38 journeyModality Container
  • journeyData
  • 2.38 journeyMode Container
  • journeyData
  • 2.41 journeyNature Container
  • journeyData
  • 2.38 journeySequence Container
  • journeyData
  • 2.38 journeyStage Container
  • journeyData
  • 2.38 luggageSupplementIndicator Container
  • journeyData
  • 2.38 numberOfTickets Container
  • journeyData
  • 2.38 ticketExchangeabilityIndicator Container
  • journeyData
  • 2.38 ticketIssueCity Container
  • journeyData
  • 2.38 ticketIssueDate Container
  • journeyData
  • 2.38 ticketIssuerName Container
  • journeyData
  • 2.38 ticketReference Container
  • journeyData
  • 2.38 stayDataList Container
  • travelData
  • 2.38 stayData Container
  • stayDataList
  • 2.38 stayCategory Container
  • stayData
  • 2.38 numberOfNights Container
  • stayData
  • 2.38 stayCompany Container
  • stayData
  • 2.38 stayArrivalDateTime Container
  • stayData
  • 2.38 numberOfPeopleStaying Container
  • stayData
  • 2.38 roomServiceLevel Container
  • stayData
  • 2.38 stayDepartureDateTime Container
  • stayData
  • 2.38 stayInsurance Container
  • stayData
  • 2.38 stayInsuranceIndicator Container
  • stayData
  • 2.38 stayLocation Container
  • stayData
  • 2.38 stayNumberOfRooms Container
  • stayData
  • 2.38 stayRentalCarIndicator Container
  • stayData
  • 2.38 passportDataList Container
  • travelData
  • 2.38 passportData Container
  • passportDataList
  • 2.38 passportExpirationDate Container
  • passportData
  • 2.38 passportIssueCountry Container
  • passportData
  • 2.46 mainTravelerFirstName Container
  • travelData
  • 2.38 travelCardType Container
  • travelData
  • 2.41 bookingData Container
  • travelData
  • 2.41 bookerFirstName Container
  • bookingData
  • 2.41 bookerLastName Container
  • bookingData
  • 2.41 bookingId Container
  • bookingData
  • 2.41 bookingPlatform Container
  • bookingData
  • 2.41 bookingPlatformOrderId Container
  • bookingData
  • 2.46 mainTravelerLastName Container
  • travelData
  • 2.38 numberOfTravelers Container
  • travelData
  • 2.38 travelEndDateTime Container
  • travelData
  • 2.38 travelingPayerIndicator Container
  • travelData
  • 2.38 travelReason Container
  • travelData
  • 2.38 travelStartDateTime Container
  • travelData
  • 2.19 shoppingCartTotalAmount Container
  • shoppingCartDetail
  • 2.19 shoppingCartTotalQuantity Container
  • shoppingCartDetail
  • 2.19 shoppingCartTotalTaxAmount Container
  • shoppingCartDetail
  • 2.0 statementReference Request
    2.41 subMerchantAddress Request
    2.41 subMerchantCategoryCode Request
    2.41 subMerchantId Request
    2.41 subMerchantLegalId Request
    2.41 subMerchantName Request
    2.41 subMerchantUrl Request
    2.0 transactionOrigin Request
    2.0 transactionReference Request
    2.19 travelContext Request
    2.19 numberOfRoutingCities Container
  • travelContext
  • 2.19 numberOfAirlineCarriers Container
  • travelContext
  • 2.19 airlineCarrierList Container
  • travelContext
  • 2.19 departureDate Container
  • travelContext
  • 2.19 destinationAirport Container
  • travelContext
  • 2.19 reservationCode Container
  • travelContext
  • 2.19 passengerName Container
  • travelContext
  • 2.19 routingCityList Container
  • travelContext
  • 2.19 originAirport Container
  • travelContext
  • 2.19 numberOfPassengers Container
  • travelContext
  • 2.47 walletType Request
    2.0 amount Request
    2.0 currencyCode Request
    2.0 interfaceVersion Request
    2.0 keyVersion Request
    2.0 merchantId Request
    2.0 orderChannel Request
    2.0 seal Request/Response
    2.0 errorFieldName Response
    2.32 maskedPan Response
    2.0 messageVersion Response
    2.0 paReqMessage Response
    2.0 redirectionData Response
    2.0 redirectionStatusCode Response
    2.0 redirectionUrl Response
    2.23 responseCode Response
    2.32 tokenPan Response

    This site uses trackers to improve your experience, perform analysis and researches on your use of Sogenactif documentation website.
    You have several options:
    Closing this banner you refuse the use of trackers on your device.

    Configuration