February 2021
In February 2021 we updated an enumeration, updated some guides, revised the endpoint descriptions, updated the Set Account Features table, reorganized the Events API webhooks, including adding a few entries, and added new guides to the Overview. Click February 2021 to see the details.
Enumeration updated
We removed erroneous status codes from the Account Statuses enumeration.
Guide revision
- We clarified how to activate an overdraft account in Creating an Overdraft Account.
- We revised the Digital First Program guide to improve multi-step onboarding, such that banks are informed of customers who fail CIP. [Multi-step onboarding has been deprecated.]
- We updated the Environments guide to reflect recent changes to the Sandbox Dashboard.
- We updated the Postman Setup guide to reflect changes to the Sandbox Dashboard and to clarify how credentials map to the KEY field in Postman. We also revised this guide to reflect changes to the Galileo Pro collection and the Postman application.
Endpoint description revisions
We revised the descriptions for each endpoint to be more consistent and informative.
Updates to the Set Account Feature table
We updated the featureType table for Set Account Feature as follows:
- Account feature 15 has been removed. Contact Galileo for instructions on setting an overdraft account limit.
- Account feature 19 (E-Sign Act opt-in or opt-out) has been added.
- The descriptions for account features 20 through 22 have been clarified. The definitions for account features 20 and 21 had been incorrectly switched, and now they're correct.
Events API webhooks reorganization
Instead of listing the Events webhooks by their four-letter codes, we have alphabetized them by the value in the type
field, so ACCL: account_closed
is now listed as account_closed
, for example.
- In some cases, more than one webhook has the same value in
type
, so we've combined the events into one page. For example, theauth
page combines the entries forAAAU
andBAUT
. - If you have any of the Events webhooks bookmarked you will need to change them, because the URI for each page has changed.
- You can still look up the webhooks by their four-letter codes, in the search bar.
We also added these events to the documentation:
agserv_PIN_change_fail
(ADPE
,AFPE
)agserv_PIN_change_success
(ADPS
,AFPS
)Auth_api_timeout
(OATO
)billpay_expired
(BPEX
)cardholder_info_changed
(CHPC
)low_balance_notify
(LBLC
)overdraft_limit_change
(ODSN
)token_update
(TKUP
)
New guides added
We added these new guides:
- Quickstart — Quickly get connected to the API.
- Build a Sample App — A tutorial to walk you through some common endpoints.