Skip to main content

Terminal Webhook Events Now Include Store Details

The Terminal Added and Terminal Removed webhook events now include additional store and terminal details in the additionalData object.

New fields

The following fields have been added to the additionalData object:

  • street — The street address of the store
  • city — The city of the store
  • postalCode — The postal code of the store
  • state — The ISO 3166-1 alpha-2 country code of the store
  • country — The ISO 3166-1 alpha-3 country code of the store
  • mcc — The Merchant Category Code (MCC) of the store
  • shopperStatement — The shopper statement (DBA name) displayed on cardholder statements
  • terminalType — The type of terminal (Aur or Cards)

All new fields should be treated as nullable.

See the full documentation at Terminal Added Event and Terminal Removed Event.