Chapter 5.1.10 - Exclusion

Exclusion

The Exclusion object allows the user to specify exclusions for the transaction:

Key Value
ctry [string] required Country for exclusion
Use the Country ISO code
  • Max length: 3 bytes
st [string] State for exclusion
Use the State abbreviation
  • Max length: 2 bytes
excl [bool] required Exclusion On
Indicates if exclusion applies to the specified state or country
  • true: Enable the exclusion
  • false: Disable the exclusion

Example

"excl": [
{
"ctry": "USA",
"st": "WA",
"excl": true
}
]