Release Log

Enhancements

Aerosync SDK

  • Flutter SDK version 1.0.5 released. New version removes FILoginAcctId from onSuccess event response.
  • Updated error response language for impeded error and incorrect login credentials

Bugs fixed

Aerosync SDK

  • Bank logos for OAuth bank connections replaced the generic bank icon

Aeropay API

  • Fixed issues slowing down transaction search function

Enhancements

Aeropay API

  • Updates to transactionSearch API endpoint
  • Cosmetic updates to real time payments (RTP) user email receipts
  • Improved transaction queue efficiency & updates to handling of bank partner webhooks

Aeropay Merchant Portal

  • Heightened security on merchant portal login

Aerosync SDK

  • Updated top banks to match current popular bank list
  • Additional security to block bad actors after several unsuccessful bank link attempts

Bugs fixed

Aeropay API

  • Fixed bug that disabled MFA confirmation code emails for some existing Aeropay users

Aerosync SDK

In the coming weeks we will be making an improvement to our Aerosync SDK event firing. In order to make our widget event firing more efficient, we will no longer fire the onClose event when a user successfully completes the bank linking flow. This means, you must listen to the onSuccess event to determine a successful bank link.

Current state (before 3/15/2024)

User closes Aerosync widget (bank linking not completed)User successfully completes bank linking
onCloseXX
onSuccessX

Future state (after 3/15/2024)

User closes Aerosync widget (bank linking not completed)User successfully completes bank linking
onCloseX
onSuccessX

Recommended changes

Please read below to understand what changes you may need to make to properly respond to this change.

If currently listening to onClose event to determine successful bank linkIf you are only listening to the onSuccess event to determine successful bank link
Stop listening to this eventNo changes need to be made
Start listening to the onSuccess event

Bugs fixed

Aeropay Merchant Portal

  • Fixed bug misconfiguring new merchant users and locations

Enhancements

Aeropay API

  • Updates to internal real time payments (RTP) webhooks to enhance handling of high volumes
  • Improvements to /token execution time

Bugs fixed

Aeropay API

  • Prevent suspended users from linking banks via instant account verification

Aeropay Merchant Portal

  • Fixed bug preventing merchant users from selecting percentage-based tips in merchant portal

Aerosync SDK

  • Fixed bug returning error when invalid consumerId is passed to the Aerosync widget

Enhancements

Aeropay API

  • Improvements to real time payments (RTP) queues to manage spikes in RTP volume
  • Updates to /transactionSearch API enhanced to handle higher transaction volumes
  • Updates to /transaction API load to reduce risks of API call timeouts

Aerosync SDK

  • Updates to more readable and user-friendly language within Aerosync SDK widget
  • Updates to iOS and Flutter SDKs, added onClose even when a user exits the widget via the native back button on their mobile device

Features

Aeropay API

  • Transaction UUIDs uniquely identify transactions within Aeropay system

Documentation Updates

Aeropay API

  • Removed plaid_token from bankAccounts array in user object returned from GET /user. This parameter is irrelevant and nonfunctional.

Overview

The Aeropay Developer Portal receives regular updates, incorporating new API features, additional documentation, and resolutions for known issues. The release notes provided here detail these updates, with fresh notes accompanying each release of an updated API or new API. All Aeropay API versions will be backwards compatible unless specifically stated otherwise.


Release notes

Each API and SDK product within the Aeropay ecosystem will have updates listed in the Aeropay release notes:

  • Aeropay API
  • Aeropay SDK

Aerosync API release notes can be found in the Aerosync Developer Portal.