POST
cart/checkoutTrnsfr
Complete transfer booking.
Request Parameters | |||
---|---|---|---|
cuid | Mandatory | Unique key to complete checkout. Every cuid can be used once. If checkout request fails, you need to get a new one by calling cart/trnsfr method. | 6_139_123_20160815__2116_3_6 |
lvtd_id | Mandatory | ID of the LVTD selected. | 2515 |
extser_id_ | Optional | Array of extra service ID as key, user input as value. | array( |
coupon | Optional | Coupon Code | |
urinv_id | Mandatory | Selected invoice ID | 4 |
payMethod | Mandatory | Selected payment method. Possible values : CC, MT, CI |
CC |
payOption | Mandatory | Preferred payment option. Differs for different payment methods. CC : Credit Card Combination of selected gateway and installment. GARANTI-3, AKBANK-2 etc. DEFAULT for pay without installment. MT : Money Transfer Unique identifier of bank account. GARANTI-TRY-1, AKBANK-USD-2 CI : Current Account Reference text |
GARANTI-3 |
cc_owner | Depends payOption | Fullname of the Credit card owner. | Gökalp Yılmaz |
cc_number | Depends payOption | Credit card Number | 1234123412341234 |
cc_date_m | Depends payOption | Credit card expiry date month. No leading zeros. | 5 |
cc_date_y | Depends payOption | Credit card expiry date year. Last two digits. | 20 |
cc_code | Depends payOption | Credit card security code. | 987 |
fr_a | Mandatory | Pick point info | TK1234 |
fr_b | Optional | Pick point info detail | Landing time... |
to_a | Mandatory | Drop point info | Hilton |
to_b | Optional | Drop point info detail | At the city center... |
pax_name | Mandatory | Lead passenger name | Gökalp Yılmaz |
pax_email | Mandatory | Lead passenger email address | user@tavport.com |
pax_phone | Mandatory | Lead passenger mobile phone number | 05333075170 |
pax_idno | Mandatory | Lead passenger nationality no or passport number | 61445564233 |
pax_nationality | Mandatory | Lead passenger nationality code | TR |
pax_ | Mandatory | Other passengers names, nationality/passport numbers, type (adult, child, baby) and nationality codes.
Nationality codes can be gathered from trnsfr/nationalityList method |
array( |
pax_adult | Optional | Number of adults. 1 if not sent. Min. 1 | 3 |
pax_child | Optional | Number of children. 0 if not sent. | 2 |
pax_baby | Optional | Number of babies. 0 if not sent. | 0 |
note_ur | Optional | Customer note. | Please wait until... |
Response Details
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{ "trnsfr_code" : "T9064930670", "cart_code_": [ { "T9064930670-1": { "title": "Transfer Hizmeti", "uid": "TRNSFR" } }, { "T9064930670-2": { "title": "Bebek Koltuğu", "uid": "BSEAT1" } }, { "T9064930670-3": { "title": "Karşılama Hizmeti", "uid": "GREET" } } ] } |