Airlines
Codes
When dispersion transactions are made to airlines, these are the agreement codes for each of them.
Example of an airline dispersal request
{
...
"payment": {
"reference": "ON1434012-PN1433129",
"description": "Vuelo 50 AV2020",
"amount": {
"taxes": [
{
"kind": "airportTax",
"amount": 63
},
{
"kind": "valueAddedTax",
"amount": 158.47
}
],
"currency": "USD",
"total": 1161.12
},
"dispersion": [
{
"agreement": 29,
"agreementType": "AIRLINE",
"amount": {
"taxes": [
{
"kind": "airportTax",
"amount": 63
},
{
"kind": "valueAddedTax",
"amount": 142.5
}
],
"currency": "USD",
"total": 1055.5
}
},
{
"agreement": null,
"agreementType": "MERCHANT",
"amount": {
"taxes": [
{
"kind": "valueAddedTax",
"amount": 15.97
}
],
"currency": "USD",
"total": 105.62
}
}
]
},
"instrument": {
"card": {
"number": "5180300000000005",
"expiration": "12/24",
"cvv": "123"
}
}
...
}