Paying with the wallet

Fund a debit account and draw from it when you ticket
View as Markdown

You pay for tickets from a pre-funded wallet, a debit account you top up ahead of time. When you issue tickets, the fare comes out of the balance. Keep the balance high enough to cover the bookings you plan to ticket.

Issuing tickets

Call OTA_AirDemandTicketRQ with the W1 record locator and paymentType 4, which is the wallet.

1{
2 "version": "2.001",
3 "pos": {
4 "source": [
5 {
6 "isocurrency": "SAR",
7 "requestorID": { "id": "AGENT001", "name": "Sample Travel", "type": "4" },
8 "bookingChannel": { "type": "OTA" }
9 }
10 ]
11 },
12 "demandTicketDetail": {
13 "messageFunction": [{ "function": "ET" }],
14 "bookingReferenceID": { "id": "N6G2NW", "type": "14", "companyName": { "code": "W1" } },
15 "paymentInfo": [
16 { "paymentType": "4", "creditCardInfo": [{ "cardHolderName": "Sample Travel" }] }
17 ]
18 }
19}

The response returns a ticket number, totalAmount, and netAmount for each passenger.

Payment types

Ticketing draws from the wallet with type 4. The full list of payment types:

TypeMeans
4Debit account (wallet)

Ticket before the ticketing time limit. If you miss it, the seats are released or the booking being invalid. See Time limits.