Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

This table shows values for "deliveryMode" field of order object.


Extrait


CodeDescriptionFor transaction 3DSV2
only
API REST
1Collect goods from the merchant
WITHDRAWAL
2Use a network of third-party pick-up points (such as Kiala, Alveol, etc.)
RELAY
3
Collection
Collect from an airport, a train station or a travel agent
AIRPORT
4Mail (Colissimo, UPS, DHL, etc., or any private courier) 
TRANSPORT
5Issuing an electronic ticket, downloads
VIRTUAL
6

Ship to cardholder’s billing address

(coche)BILLING_ADDRESS
7Ship to another verified address on file with merchant(coche)VERIFIED_ADDRESS
8Ship to address that is different than the cardholder’s billing address(coche)NOT_BILLING_ADDRESS
9

Travel and Event tickets, not shipped

(coche)TRAVEL_EVENT_TICKET
10

Locker delivery (or other automated pick-up)

(coche)LOCKER
999

Other

(for example, Gaming, digital services not shipped, emedia subscriptions, etc.

(coche)OTHER



Extrait
hiddentrue

TO_BILLING_ADDRESS("6"),
TO_ANOTHER_VERIFIED_ADDRESS("7"),
TO_OTHER_ADDRESS("8"),
TO_STORE("2"),
DIGITAL_GOOD("5"),
TRAVEL_EVENT_TICKET("9"),
LOCKER("10"),
OTHER("999");



Code NumériqueDescriptionCode Enum
1Collect goods from the merchantSTORE_PICKUP
2Use a network of third-party pick-up pointsPICKUP_POINT
3Collect from an airport, a train station, or a travel agentSTATION_PICKUP
4Mail (Colissimo, UPS, DHL, etc., or any private courier)MAIL_DELIVERY
5Issuing an electronic ticket, downloadsDIGITAL_GOOD
6Ship to cardholder’s billing addressBILLING_ADDRESS
7Ship to another verified address on file with merchantVERIFIED_ADDRESS
8Ship to address that is different than the cardholder’s billing addressOTHER_ADDRESS
9Travel and Event tickets, not shippedEVENT_TICKET
10Locker delivery (or other automated pick-up)LOCKER
999OtherOTHER
(coche)