Overview
Airline transactions (MCC 4511) benefit from providing enhanced Level 2/3 data in the payment request. This additional data can qualify your transactions for lower interchange rates, strengthen chargeback defenses, and meet card network requirements for airline merchants.Why Airline Data Matters
Lower Interchange Rates
Card networks offer reduced interchange rates for airline transactions that include complete passenger and itinerary data. Level 3 data can reduce interchange costs by 0.5-1.0% per transaction, which is significant at airline transaction volumes.Chargeback Protection
Detailed passenger and flight information provides strong evidence during chargeback disputes. When a cardholder claims they did not authorize a transaction, the airline can present booking details, passenger name records, and itinerary data as supporting evidence.Card Network Compliance
Visa and Mastercard require airline merchants to submit specific data fields with each transaction. Non-compliance may result in higher interchange rates or transaction downgrades.Required Airline Fields
Leg Data
Each flight segment (leg) in the itinerary requires its own set of data fields. A round-trip flight has at least two legs.Passenger Name Record (PNR)
The PNR is a six-character alphanumeric code that uniquely identifies a booking in the airline’s reservation system. The PNR links passengers, itineraries, and payment information. PNR format rules:- Exactly 6 characters
- Uppercase alphanumeric only (A-Z, 0-9)
- Generated by the airline’s reservation system
- Example:
ABC123,X7YZ9Q
API Parameter Structure
Include airline data in theairline_data object within the payment request body.
Not all providers support Level 3 airline data. If a provider does not support it, Yuno will process the transaction without the airline-specific fields. Check with your provider for Level 2/3 data support.