Versions Compared

Key

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

Anchor
back to top
back to top

Table of Contents


INTRODUCTION

The concept of OB FEE refers to administrative charges that can be defined and charged, for the airline and / or travel agency, in the issuance of electronic tickets.


OFF FEE TYPES

OB is the identifier code IATA gives administrative or extra charges on ticket issuances.

There are 3 types of OB FEES(charges):

 

  •  Type T - Ticketing  Fee
  •  Type F - Fee dependent of form of Payment
  •  Type R - Fee per required service (functionality not implemented)

 

Considerations:

  • The use of the FEE OB within the airline is configured from the JJETKT table of each country under the OB FEE [OBF] parameter .If the indicator is in N (NO) it means that the airline can not apply, nor can configure the collection of FEEs. If it is in Y (YES), the airline can configure the FEEs to be charged at the time of ticket issuance.

 

  • The use of the FEE OB will allow the airline to charge one or more values for the following reasons:

           Type T: By issuance (Ticketing). A fee is charged for ticket issuance. The value can be with a single amount or a percentage on the Net Fare.

          Type F:  Dependent on the form  of Payment. It can be charged only when the type of payment is with a credit card or Debit. The value can be with a single amount or a percentage of the total.

        

  • Ticketing  with FEES can be automatic or manual. If automatic mode was applied, the system will take the values defined in the table TX * FEE / *

  • OB FEES are charged only for each new issue and are not reimbursable.

  • OB FEE charges do not apply to the fare mask, that is, they can not be used in the pricing of unpublished rates.

 

 

Configurations


To configure the usage of the charges, the OB FEE parameter of the JJETKT / COUNTRY table of the airline must be in Y (YES). If the parameter is in N (NO), pricing and ticketing may not include FEE
The activation will enable the messages when pricing an itinerary. The messages that can be presented are the following:

 

AIRLINE FEES INCLUDED: when OB charges are included in fare quote

 

AIRLINE FORM OF PAYMENT FEES MAY APPLY: when the use of OB is active but the payment method has not been detailed.

 

PRICED WITH VALIDATING CARRIER XX: when the use of OB is active


MANIPULATION OF FEES : when the use of OB has been manipulated and modified manually


 


DISPLAY AND CONFIGURATION OF THE OB FEE TABLE

The command to display the table is:

Code Block
languagexml
themeFadeToGrey
TX*FEE/*

 

 

The data that set up the table are the following:

 

Code Block
languagexml
themeConfluence
ITEM

Indicates the item number, or position, of the FEE in the table.

Code Block
languagexml
themeConfluence
CODE

Indicates the OB FEE code. It is composed of a fixed format with 5 alphanumeric characters defined in the following way:

  • Code: OB (Fixed component)
  • Subcode:
    F: FEE Dependent of form of Payment
    T: FEE Ticketing,the fee will be charged regardless of the form of payment.

  • Identifier: the indicator that identifies the FEE is two alphanumeric characters.


    Example: OBT01; OBF08

 

Code Block
languagexml
themeConfluence
FOP

It is used only when applying a FEE for form of payment and has two components:

TYPE: Type of Payment

            CC: credit card (CC - Credit Card)

            DC: debit card (DC - Debit Card)

The identifier is FT (Form of payment Type) followed by the type of card. It must contain 2 alphabetic characters.

Example: / FTCC / FCVI

 

CODE:  Card Code, supports 2 to 4 characters. The identifier is FC (Form of payment Code) followed by the card code

 

Example: / FTDC / FCMA

 

Code Block
languagexml
themeConfluence
EXCH

Application indicator of the FEE in an exchange. This field is optional but if your income is omitted, the value by default it will be that a new FEE will not be charged at the time of making the exchange.
The identifier in the command is EX and must be followed by the Y (YES) or N (No) parameter to indicate whether the system must charge a new FEE at the time of making the exchange.