Paths and Content Types

Clients provide a base URL, hosted by a server in the client's system. Paths are relative to that URL.

As mentioned in the Overview, events are grouped into categories, and posted to the webhook for that category:

  • Account Events: /AccountEvent
  • Authorization Events: /Authorization
  • Settlement Events: /Settlement
  • Transaction Events: /Transaction

Galileo can send the event information as JSON or form data, and Galileo can receive the client response as JSON or XML. All fields are sent as strings. For example, a dollar amount like 500.00 is sent as "500.00".