WL SIPS DOCS

Release 24.2

go directly to content

Search by keywords

American Express Logee

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

Worldline Sips is a secure multi-channel e-commerce payment solution that complies with the PCI DSS standard. It allows you to accept and manage payment transactions by taking into account business rules related to your activity (payment upon shipping, deferred payment, recurring payment, payment in instalments, etc.).

The purpose of this document is to explain the American Express Logee means of payment integration into Worldline Sips.

This document is intended to help you implement the American Express Logee means of payment on your e-commerce site.

It includes:

  • functional information for you
  • implementation instructions for your technical team

To get an overview of the Worldline Sips solution, we advise you to consult the following documents:

  • Functional presentation
  • Functionality set-up guide

An American Express Logee card is a card stored in an electronic wallet of a tour operator or travel agency for the company account. It allows members of the company in question of carrying out transactions, for professional travel reservation for example, directly with the company account.

The end customer, namely the member of the company, therefore doesn't have to enter the number and expiry date of the card since this information is stored in the wallet of the merchant (tour operator or travel agency).

The American Express Logee card is an international payment card issued by and associated with the payment network American Express. A lodged card is a card that does not belong to an individual, but to a company. It is therefore not nominative and can't be subject to strong authentication. Understand here that, although it is an American Express card, it's not subject to the Safekey program.

To pay with an American Express Logee network card, merchant have to provide the card details, namely:

  • Card number;
  • Expiry date.
Attention: Adding American Express Logee payment method to your store requires the implementation of a dedicated settlement flow and is therefore subject to a dedicated project. If you are interested in this payment mean, please contact the merchant support.
Payment channels
Internet V Default payment channel
MAIL_ORDER, TELEPHONE_ORDER V
Fax X
IVS X
Means of payment
Immediate payment X
End-of-day payment V Forced payment method
Deferred payment X
Payment upon shipping X
Payment in instalments X
Subscription payment X
Batch payment V
OneClick payment X
Currency management
Multi-currency acceptance V According to your contract
Currency settlement V According to your contract

Authorisation requests for American Express Logee cards are the same as for standard American Express cards.

The authorisation duration for American Express Logee cards is forced to 0 day (sent to American Express at next remittance).

Payments are remitted to American Express overnight from 00:00, CET time zone (Central European Time), via a file exchange with American Express.

In order to offer the American Express Logee mean of payment on your website, you have to sign a distance selling contract with American Express. Then, you transmit us the contract number for recording it in our information system. You will also be asked to provide us with the "Agency" code (of 4 characters) and the "Office" code (of 9 characters) provided by American Express, data which has to be transmitted in the American Express Logee remittance files.

All currencies may potentially be accepted on Worldline Sips (Please refer to the paragraph 'currencyCode' of Data dictionary) provided that they are specified in one of the contracts agreed upon with American Express Logee. Please note that American Express Logee contracts are single currency contracts. This means you should sign on one American Express Logee acceptance contract for each desired currency.

Worldline Sips offers you two solutions to integrate the American Express Logee means of payment:

  • Sips Office which gives you the possibility to display your payment pages and works through a server-to-server dialog.
  • Sips Office Batch which allows you to process batch payments.

The remittance modes available for an American Express Logee transaction are:

  • Cancellation mode: forced mode allowing transaction remittance on a predefined date, called capture delay. When this capture delay is reached, the remittance is sent automatically. This delay is set via the captureDay field. For an American Express Logee transaction, its value is forced to 0 (payment at the end of daytime).

The diagram below explains the different transaction statuses according to the chosen capture mode:


description of the possible statuses for an American Express Logee transaction

In cancellation mode (captureMode = AUTHOR_CAPTURE), if the transaction is accepted and the capture delay (captureDay) is not exceeded, the transaction is set to TO_CAPTURE status. Regardless of the capture mode, if the transaction is refused (responseCode not equal to 00), the transaction is set to REFUSED status.

The payment process for Sips Office is described below:


steps of an American Express Logee payment via Office

1) The customer makes a payment on your website. 2) You retrieve the American Express Logee card information on your server. 3) You forward the authorization request to Worldline Sips and Worldline Sips return a response to you containing the result of the payment. 4) You display the result of the payment to your customer.

American Express Logee payments can be initiated using the cardOrder function of the CheckOut service. The following fields are used to send information specific to this payment method:

Field name Remarks/rules
cardCSCValue Missing
cardNumber Mandatory
cardExpiryDate Mandatory
paymentMeanBrand Must be valued with AMEX_LOGEE.
invoiceReference Mandatory, must contain the invoice number associated with the transaction.
ShoppingCartDetail.ItemsList Must have an Item container.
Item.TravelData At least one TravelData must be in an Item container.
JourneyData.JourneyMode Optional. It is forbidden to provide a JourneyMode and a StayCategory in the same request. All JourneyMode in the request must be the same.
StayData.StayCategory Optional. It is forbidden to provide a JourneyMode and a StayCategory in the same request. All StayCategory in the request must be the same.
JourneyData.ArrivalLocation Mandatory for each container.
TravelData.TravelStartDateTime Mandatory for each container.
CustomerContact.FirstName Mandatory.
CustomerContact.LastName Mandatory.
JourneyData.CarrierName Mandatory.
JourneyData.TicketReference Mandatory when JourneyMode is valued with AIR or RAIL.
JourneyData.CarrierIdentifier Mandatory when JourneyMode is valued to AIR.
JourneyData.Sequence Optional. If the field is filled in at least once, all JourneyData must have one. The set of sequences must start at 1, be continuous, and unique.
MerchantOrderSpecificData At least one element in the list.
MerchantOrderSpecificData.MerchantOrderSpecificDataReference Possible references: 01, 02, 03, 04, 05, 06, 07.
MerchantOrderSpecificData.MerchantOrderSpecificDataType Possible types: 0001, 0002, 0003, 0004, 0005, 0006, 0007.
MerchantOrderSpecificData.MerchantOrderSpecificDataValue At least one MerchantOrderSpecificData must be provided. The value's maximum length depends on the reference.
MerchantOrderSpecificReference Maximum length
01 9
02 24
03 10
04 10
05 15
06 15
07 10
merchantLocationId Optional. If provided in request, will be sent with the transaction in the remittance file to Amex.

The following table summarises the different response cases to be processed:

Status Response fields Action to take
Payment accepted acquirerResponseCode = 00
authorisationId = (cf. Data Dictionary).
paymentMeanBrand = AMEX_LOGEE
responseCode = 00
You can deliver the order.
Acquirer refusal acquirerResponseCode = (cf. Data Dictionary).
responseCode = 05
The authorisation is refused for a reason unrelated to fraud, you can suggest your customer to pay with another mean of payment by generating a new request.
Refusal due to a technical issue acquirerResponseCode = 90-98
responseCode = 90, 99
Temporary technical issue when processing the transaction. Suggest your customer to retry a payment later.

For the complete response codes (responseCode) and acquirer response codes (acquirerResponseCode), please refer to the Data dictionary.

The following operations are available on American Express Logee transactions:

Cash management
Cancellation V Cancellation available only on the total amount of the transaction.
Validation X
Refund V Refund available only on the total amount of the transaction.
Duplication X
Credit V

The diagram below allows you to know which cash management operation is available when a transaction is in a given state:


Scheme too complex to describe, please contact support sips@worldline.com

While waiting the capture (TO_CAPTURE status), transaction may be totally cancelled and then moves to CANCELLED status. Otherwise, it is automatically sent to the bank and then moves to CAPTURED status. In the CAPTURED status, the transaction can be totally refunded and then moves to CREDITED status.

The reports provided by Worldline Sips allow you to have a comprehensive and consolidated view of your transactions, cash operations, accounts and chargebacks. You can use this information to improve your information system.

The availability of American Express Logee transactions for each type of report is summarised in the table below:

Reports availability
Transactions report V
Operations report V
Reconciliations report X
Chargebacks report X
Note: for American Express Logee transactions, the paymentMeanBrand field is populated with the value AMEX_LOGEE.

You can view your American Express Logee transactions and perform various cash management operations with Sips Office Extranet.



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

Configuration