You can use more fields and more information with our webservice Create. This is an exhaustive list of possible fields.

MerchantOrder Object

This object describes the retailer's payment order.

ParameterDescriptionTypeSizeExample
IdOrder identifier used by the retailer. This field is optional, but should be left blank only by retailers that do not handle this information.String201257981
TotalAmountFull order amount, including tax and delivery costsAmount70.00
VatAmountTax amountAmount13.72
CurrencyOrder currencyCurrency3EUR
CustomerCustomer informationCustomerSee corresponding XML object
ShippingAddressDelivery addressAddressSee corresponding XML object
BillingAddressBilling addressAddressSee corresponding XML object
CartItemsDetails of shopping cart contentCartitem[]See corresponding XML object
RawCustom1Free text fieldString500
RawCustom2Free text fieldString500
RawCustom3Free text fieldString500
SearchableCustom1Can be used to specify a value that will be indexed to optimize search queriesString20
SearchableCustom2Can be used to specify a value that will be indexed to optimize search queriesString20

Customer Object

Information concerning the user

ParameterDescriptionTypeSizeExample
CompanyNameCompanyString50Thunes
TitleMr, Mrs, Dr, etc.String20Mr
TypeCustomer type
Accepted values: Professional / Individual
String20Individual
IdCustomer identifier used by the retailerString50123abc
FirstNameCustomer's first nameString50John
LastNameCustomer's surnameString50Doe
EmailCustomer's email addressString100[email protected]
HomePhoneCustomer's home phone numberString50+442012345678
MobilePhoneCustomer's mobile phone numberString50+442012345678
RawCustomFree text fieldString500
CultureLanguage and country, codified according to ISO 639 and ISO 3166String20en-GB

ShippingAddress and BillingAddress Objects

Delivery address and billing address

ParameterDescriptionTypeSizeExample
CompanyNameCompanyString50Thunes
TitleMr, Mrs, Dr, etc.String20Mr
FirstNameCustomer's first nameString50John
LastNameCustomer's surnameString50Doe
Address1Address line 1String100123, Main Street
Address2Address line 2String100Door A
ZipCodePostal codeString20PO17 6DZ
CityCityString50Southwick
CountryCountry using ISO 3166-2 codeString2FR
HomePhoneCustomer's home phone numberString50+442012345678
MobilePhoneCustomer's mobile phone numberString50+442012345678
RawCustomFree text fieldString500

CartItem Object

Detailed information on one shopping cart item (in a CartItems object)

ParameterDescriptionTypeSizeExample
IdArticle identifier used by the retailerString200R49203
LabelRetailer's description of the articleString200
UnitPriceArticle unit priceAmount65.00
VATTax amountAmount13.00
QuantityArticle quantity in the shopping cartInteger1
CategoryCategory Thunes Collections product category
Accepted values: ComputersAndSoftware / Electronics / Phones / Appliances / HomeAndGarden / Fashion / HealthAndBeauty / Jewellery / Sport / LeisureAndHobbies / CarsAndMotorbikes / Furniture / / KidsAndBaby / VideoGamesAndConsoles / ToysAndGames / Pets / FoodAndDrink / GiftAndFlowers / Entertainment / Travel / AuctionsAndGroupBuying / ServicesForIndividuals / ServicesForProfessionals
String100LeisureAndHobbies
MerchantCategory1Main retail category with which the article is associatedString100568
MerchantCategory2Secondary retail category with which the article is associatedString100MP3 Players
BrandArticle brandString100LG
UrlArticle URLString2083
DeliveryDelivery methodDeliverySee corresponding XML object
RawCustomFree text fieldString500

Delivery Object

About Delivery

ParameterDescriptionTypeSizeExample
TypeDelivery type
Accepted values:
StorePickup
NetworkPickup
TravelPickup
Carrier
EDelivery
Other
String20Carrier
LabelDelivery type nameString20COLISSIMO
SpeedDelivery lead time
Accepted values: Express (within 48 hours or less) / Standard (other)
String20Standard
ExpectedDateExpected delivery dateDatetime2013-06-11T16:32:11Z
ExpectedDelayNumber of days allowed for deliveryInteger15
RawCustomFree text fieldString500

Full example

{
  "PaymentOrder": {
    "MerchantId": "citronrose-fr",
    "PaymentPageId": "creditcard",
    "Amount": 95.0,
    "Currency": "EUR",
    "MerchantUrls": {
      "ReturnUrl": "http://www.citronrose.com/Payment_Return.aspx",
      "AbortedUrl": "http://www.citronrose.com/Payment_Cancelled.aspx",
      "ErrorUrl": "http://www.citronrose.com/Payment_Error.aspx",
      "ServerNotificationUrl": "http://www.citronrose.com/Payment_Notification.aspx"
    },
    "MerchantOrder": {
      "Id": "1257981",
      "TotalAmount": 95.00,
      "VatAmount": 18.62,
      "Currency": "EUR",
      "Customer": {
        "CompanyName": "Thunes",
        "Type": "Individual",
        "Id": "123321",
        "Title": "M",
        "FirstName": "Jean",
        "LastName": "Dupont",
        "Email": "[email protected]",
        "HomePhone": "+33175757575",
        "MobilePhone": "+33675757575",
        "Culture": "fr-FR",
        "RawCustom": "whatever"
      },
      "ShippingAddress": {
        "CompanyName": "Thunes",
        "Title": "M",
        "FirstName": "Jean",
        "LastName": "Dupont",
        "Address1": "8, rue Saint-Fiacre",
        "Address2": "Gate A",
        "ZipCode": "75002",
        "City": "Paris",
        "Country": "FR",
        "HomePhone": "+33175757575",
        "MobilePhone": "+33675757575",
        "RawCustom": "whatever"
      },
      "BillingAddress": {
        "CompanyName": "Thunes",
        "Title": "M",
        "FirstName": "Jean",
        "LastName": "Dupont",
        "Address1": "8, rue Saint-Fiacre",
        "Address2": "Gate A",
        "ZipCode": "75002",
        "City": "Paris",
        "Country": "FR",
        "HomePhone": "+33175757575",
        "MobilePhone": "+33675757575",
        "RawCustom": "whatever"
      },
      "CartItems": [
        {
          "Id": "R49203",
          "Label": "MP3PlayerLG4Go",
          "UnitPrice": 65.00,
          "VAT": 12.74,
          "Quantity": 1,
          "Category": "Electronics",
          "MerchantCategory1": "568",
          "MerchantCategory2": "MP3Players",
          "Brand": "LG",
          "Url": "http://www.citronrose.com/catalog/MP3PlayerLG4Go",
          "Delivery": {
            "Type": "Carrier",
            "Label": "COLISSIMO",
            "Speed": "Standard",
            "ExpectedDate": "2018-02-01T22:59:59Z",
            "ExpectedDelay": 15,
            "RawCustom": "whatever"
          },
          "RawCustom": "whatever"
        },
        {
          "Id": "J89214",
          "Label": "HousseMP3Player",
          "UnitPrice": 20.00,
          "VAT": 3.92,
          "Quantity": 1,
          "Category": "Electronics",
          "MerchantCategory1": "788",
          "MerchantCategory2": "accessory",
          "Brand": "Logicase",
          "Url": "http://www.citronrose.com/catalog/HousseMP3Player",
          "Delivery": {
            "Type": "Carrier",
            "Label": "COLISSIMO",
            "Speed": "Standard",
            "ExpectedDate": "2018-02-01T22:59:59Z",
            "ExpectedDelay": 15,
            "RawCustom": "whatever"
          },
          "RawCustom": "whatever"
        }
      ],
      "RawCustom1": "whatever",
      "RawCustom2": "whatever",
      "RawCustom3": "whatever",
      "SearchableCustom1": "whatever",
      "SearchableCustom2": "whatever"
    }
  }
}
<Request>
  <PaymentOrder>
    <MerchantId>citronrose-fr</MerchantId>
    <PaymentPageId>creditcard</PaymentPageId>
    <Amount>95</Amount>
    <Currency>EUR</Currency>

    <MerchantUrls>
      <ReturnUrl>http://www.citronrose.com/Payment_Return.aspx</ReturnUrl>
      <AbortedUrl>http://www.citronrose.com/Payment_Aborted.aspx</AbortedUrl>
      <ErrorUrl>http://www.citronrose.com/Payment_Error.aspx</ErrorUrl>
    </MerchantUrls>

    <MerchantOrder>
      <Id>1257981</Id>
      <TotalAmount>95.00</TotalAmount>
      <VatAmount>18.62</VatAmount>
      <Currency>EUR</Currency>

      <Customer>
        <CompanyName>Limonetik</CompanyName>
        <Type>Individual</Type>
        <Id>123321</Id>
        <Title>M</Title>
        <FirstName>Jean</FirstName>
        <LastName>Dupont</LastName>
        <Email>[email protected]</Email>
        <HomePhone>+33175757575</HomePhone>
        <MobilePhone>+33675757575</MobilePhone>
        <RawCustom>whatever</RawCustom>
        <Culture>fr-FR</Culture>
      </Customer>

      <ShippingAddress>
        <CompanyName>Limonetik</CompanyName>
        <Title>M</Title>
        <FirstName>Jean</FirstName>
        <LastName>Dupont</LastName>
        <Address1>8, rue Saint-Fiacre</Address1>
        <Address2>Gate A</Address2>
        <ZipCode>75002</ZipCode>
        <City>Paris</City>
        <Country>FR</Country>
        <HomePhone>+33175757575</HomePhone>
        <MobilePhone>+33675757575</MobilePhone>
        <RawCustom>whatever</RawCustom>
      </ShippingAddress>

      <BillingAddress>
        <CompanyName>Limonetik</CompanyName>
        <Title>M</Title>
        <FirstName>Jean</FirstName>
        <LastName>Dupont</LastName>
        <Address1>8, rue Saint-Fiacre</Address1>
        <Address2>Gate A</Address2>
        <ZipCode>75002</ZipCode>
        <City>Paris</City>
        <Country>FR</Country>
        <HomePhone>+33175757575</HomePhone>
        <MobilePhone>+33675757575</MobilePhone>
        <RawCustom>whatever</RawCustom>
      </BillingAddress>

      <CartItems>
        <CartItem>
          <Id>R49203</Id>
          <Label>MP3PlayerLG4Go</Label>
          <UnitPrice>70.00</UnitPrice>
          <VAT>13.72</VAT>
          <Quantity>1</Quantity>
          <Category>Electronics</Category>
          <MerchantCategory1>568</MerchantCategory1>
          <MerchantCategory2>MP3Players</MerchantCategory2>
          <Brand>LG</Brand>
          <Url>http://www.citronrose.com/catalog/MP3PlayerLG4Go</Url>
          <Delivery>
            <Type>Carrier</Type>
            <Label>COLISSIMO</Label>
            <Speed>Standard</Speed>
            <ExpectedDate>2013-03-07T09:39:55.6293929Z</ExpectedDate>
            <ExpectedDelay>15</ExpectedDelay>
            <RawCustom>whatever</RawCustom>
          </Delivery>
          <RawCustom>whatever</RawCustom>
        </CartItem>

        <CartItem>
          <Id>J89214</Id>
          <Label>CleUSB32Go</Label>
          <UnitPrice>30.00</UnitPrice>
          <VAT>5.88</VAT>
          <Quantity>1</Quantity>
          <Category>Electronics</Category>
          <MerchantCategory1>788</MerchantCategory1>
          <MerchantCategory2>accessory</MerchantCategory2>
          <Brand>Lexar</Brand>
          <Url>http://www.citronrose.com/catalog/CleUsbLexar32Go</Url>
          <Delivery>
            <Type>Carrier</Type>
            <Label>COLISSIMO</Label>
            <Speed>Standard</Speed>
            <ExpectedDate>2013-03-07T09:39:55.6293929Z</ExpectedDate>
            <ExpectedDelay>15</ExpectedDelay>
            <RawCustom>whatever</RawCustom>
          </Delivery>
          <RawCustom>whatever</RawCustom>
        </CartItem>
      </CartItems>

      <RawCustom1>whatever</RawCustom1>
      <RawCustom2>whatever</RawCustom2>
      <RawCustom3>whatever</RawCustom3>
      <SearchableCustom1>whatever</SearchableCustom1>
      <SearchableCustom2>whatever</SearchableCustom2>

    </MerchantOrder>
  </PaymentOrder>
</Request>