Versions Compared

Key

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

...

  • POS (Point of Sale) Country

  • Type of seller/sender (IATA/ARC Accredited, Non-IATA/ARC Accredited)

  • Product (e.g. Tour Operator Fares)

The same payment method must be used for all the passengers in the Order. CASH and Voucher are the only payment methods that can be combined.

BSP/ARC Cash

This FOP can only be used by an accredited IATA/ARC agents. More information about this can be found here for IATA and here for ARC.

...

You can also use BSP Cash and Voucher in combination (see below).

Expand
titleCash payment example
Code Block
languagexml
<Payments>
    <Payment>
      <Type>CA</Type>
      <Method>
          <Cash CashInd="true"/>
      </Method>
      <Amount Code="EUR">2095.74</Amount>
      <Payer>
          <ContactInfoRefs>Payer</ContactInfoRefs>
      </Payer>
    </Payment>
</Payments>

Credit Cards

Please check the markets table below for information on which credit cards Iberia accepts and in which markets.

We also recommend you check out our pages on 3-D Secure to ensure you are ready for the mandate.

Only one credit card can be accepted as the FOP. We presently do not accept multiple credit cards to pay for the same Order.

In some markets payment can be made in quotas. If and when it is available the information regarding quota payments is returned in the OfferPriceRS.

Expand
titleCash payment example
Code Block
languagexml
<Payments>
    <Payment>
      <Type>CC</Type>
      <Method>
          <PaymentCard>
            <CardType>VI</CardType>
            <SeriesCode>XXX</SeriesCode>
            <CardHolderName>JANE SMITH</CardHolderName>
            <CardHolderBillingAddress>
                <Street>125 PRESTON RD BRIGH</Street>
                <CityName>MA</CityName>
                <StateProv>BN</StateProv>
                <PostalCode>BN12LP</PostalCode>
                <CountryCode>ES</CountryCode>
            </CardHolderBillingAddress>
            <CardNumber>40XXXXXXXXXXXX99</CardNumber>
            <EffectiveExpireDate>
                <Expiration>MMYY</Expiration>
            </EffectiveExpireDate>
          </PaymentCard>
      </Method>
      <Amount Code="EUR">250.14</Amount>
      <Payer>
          <ContactInfoRefs>Payer</ContactInfoRefs>
      </Payer>
    </Payment>
</Payments>
Expand
titleExample of CC payment with installments
Code Block
languagexml
<Payments>
	<Payment>
		<Type>CC</Type>
		<Method>
			<PaymentCard refs="KEY_QUOTAS">
				<CardType>VI</CardType>
				<SeriesCode>737</SeriesCode>
				<CardHolderName>JANE SMITH</CardHolderName>
				<CardHolderBillingAddress>
					<Street>125 PRESTON RD BRIGH</Street>
					<CityName>MA</CityName>
					<StateProv>BN</StateProv>
					<PostalCode>BN12LP</PostalCode>
					<CountryCode>BR</CountryCode>
				</CardHolderBillingAddress>
				<CardNumber>5555123499994444</CardNumber>
				<EffectiveExpireDate>
					<Expiration>0330</Expiration>
				</EffectiveExpireDate>
			</PaymentCard>
		</Method>
		<Amount Code="BRL">1541.2</Amount>
		<Payer>
			<ContactInfoRefs>Payer</ContactInfoRefs>
		</Payer>
	</Payment>
</Payments>
<OrderChangeMetadata>
	<Other>
		<OtherMetadata>
			<PaymentFormMetadatas>
				<PaymentFormMetadata MetadataKey="KEY_QUOTAS">
					<Text>installments/4</Text>
				</PaymentFormMetadata>
			</PaymentFormMetadatas>
		</OtherMetadata>
	</Other>
</OrderChangeMetadata>

Vouchers.

Vouchers issued by Iberia can be used to pay for complete Orders in all BSP markets included in this page. Presently we are unable to accept Vouchers in ARC markets.

...

Additional information on using Vouchers as a FOP can be found here.

Expand
titleExample of Voucher payment
Code Block
languagexml
<Payments>
    <Payment>
      <Type>MS</Type>
      <Method>
          <Voucher>
            <Number>BONO1000EUR</Number>
          </Voucher>
      </Method>
      <Amount Code="EUR">314.61</Amount>
      <Payer>
          <ContactInfoRefs>Payer</ContactInfoRefs>
      </Payer>
    </Payment>
</Payments>

Voucher and BSP Cash Combination

Only available for use by IATA accredited Travel Agents (Not ARC).

...

  • The total price of the Order must be passed in the Voucher part of the Payment section of the message being used (OrderCreate or OrderChange). The Cash part must be sent as “0” (zero)

  • If the Voucher no longer has any value then an error will be returned.

  • If the Voucher has a value greater than zero, then the difference between the Voucher value and the Order price will be charged using BSP Cash. The amounts charged against each of the FOPs (BSP Cash and Voucher) will be returned in the OrderViewRS.

  • The value of the voucher can be checked by the owner of the voucher via http://iberia.com IBERIA.COM .

Payments combining Vouchers and Credit Card are not accepted.

Expand
titleExample of Voucher & Cash payment
Code Block
languagexml
<Payments>
	<Payment>
		<Type>MS</Type>
		<Method>
			<Voucher>
				<Number>BONO100EUR</Number>
			</Voucher>
		</Method>
		<Amount Code="EUR">339.67</Amount>
		<Payer>
			<ContactInfoRefs>Payer</ContactInfoRefs>
		</Payer>
	</Payment>
	<Payment>
		<Type>CA</Type>
		<Method>
			<Cash CashInd="true" />
		</Method>
		<Amount Code="EUR">0</Amount>
		<Payer>
			<ContactInfoRefs>Payer</ContactInfoRefs>
		</Payer>
	</Payment>
</Payments>

Service Fee (Spanish market only)

...

This method may be used when a Voucher is being used to pay for all or some of the Order.

Expand
titleExample of Service Fee reported in Orders with Spanish Discount
Code Block
languagexml
<Payment>
  <Type>SF</Type>
  <Method>
      <Other>
        <Remarks refs="ADULT_01">
            <Remark>ServiceFee</Remark>
        </Remarks>
      </Other>
  </Method>
  <Amount Code="EUR">10</Amount>
</Payment>

Markets

The following is a list of the countries, together with the accepted currency currencies and Forms of Payments (BSP Cash or CC) that Iberia has working accepts in the NDC channel.

The acceptable Forms of Payments are returned in the OfferPriceRS and can vary at any time: VI = Visa, CA = Master Card, AX = American Express, DC = Diners, TP = UATP, ELO = Elo Pay.

Country Code (Alphabetic Order)

Country Name

Currency Code

IATA Agents

Forms of Payment Accepted

Non-IATA Agents

Forms of Payment Accepted

AD

Andorra

EUR

BSP Cash, CC

CC

AR

Argentina

ARS

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

USD

BSP Cash

AT

Austria

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

BE

Belgium

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

BR

Brazil

BRL

BSP Cash, CC

CC

VI, CA, AX

CA

Canada

CAD

BSP Cash

CH

Switzerland

CHF

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

CL

Chile

CLP

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

USD

BSP Cash

CN

China

CNY

BSP Cash

CO

Colombia

COP

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

CR

Costa Rica

CRC

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

CZ

Czech Republic

CZK

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

DE

Germany

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

DK

Denmark

DKK

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

DO

Dominican Republic

DOP

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

EC

Ecuador

USD

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

EG

Egypt

EGP

BSP Cash

ES

Spain

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

FI

Finland

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

FR

France

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

GB

United

Kindom

Kingdom

GBP

BSP Cash,

VI, CA, AX, DCVI, CA, AX,

CC

CC

GR

Greece

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

GT

Guatemala

GTQ

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

HR

Croacia

EUR

BSP Cash

HU

Hungary

HUF

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

IE

Ireland

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

IL

Israel

USD

BSP Cash,

VI, CA, AXVI, CA, AX,

CC

CC

LU

Luxembourg

EUR

BSP Cash, CC

CC

IT

Italy

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

JP

Japan

JPY

BSP Cash

MA

Marocco

MAD

BSP Cash

MC

Monaco

EUR

BSP Cash, CC

CC

MX

Mexico

MXN

BSP Cash,

VI, CA, AXVI, CA, AX

CC

CC

NL

Netherlands

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

NO

Norway

NOK

BSP Cash

PA

Panama

USD

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

PE

Peru

USD

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

PL

Poland

PLN

BSP Cash

PR

Puerto Rico

USD

ARC Cash,

VI, CA, AX VI, CA, AX

CC

CC

PT

Portugal

EUR

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

PY

Paraguay

PYG

BSP Cash

RO

Romania

EUR

BSP Cash

RU

Russia

RUB

BSP Cash

SE

Sweden

SEK

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

SI

Slovenia

EUR

BSP Cash

SK

Slovakia

EUR

BSP Cash

SM

San Marino

EUR

BSP Cash, CC

CC

SN

Senegal

XOF

BSP Cash

SV

El Salvador

USD

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

US

United States

USD

ARC Cash,

VI, CA, AX VI, CA, AX,

CC

CC

UY

Uruguay

USD

BSP Cash,

VI, CA, AX, DCVI, CA, AX, DC

CC

CC

VA

Vatican

EUR

BSP Cash, CC

CC

ZA

South Africa

ZAR

BSP Cash

Image RemovedNew NDC Footer.pngImage Added