Access the data

After a card is linked using the Connect UI or Connect SDK, the data will be available to you in different ways, as listed below:

Access the data in Zūm Rails portal#

For every new connection made for a specific card, a new user will automatically be created in the Zūm Rails portal. You can search for it by user name or email under the User page. Integration is not required for this option, but the ability to match the user might be affected since the name on the bank account might be different than the name on your file.

Access the data via API#

After a successful connection via Connector UI or Connector SDK, the first step is to get the RequestId (Unique identifier for the request).

If you are using the Connector UI, you can get the RequestId with event listener. If you are using the Connector SDK you can get the RequestID in the callback.

After you have the RequestId, the next step is to call the API to get the aggregation data. You can find the details of calling the API here.

Access the data via webhooks#

You can also receive the information by webhook. Open Zūm Rails portal, navigate to settings > webhook & api settings, then enable the aggregation events.

Once a new connection is made, a webhook will be fired to the specified url. More information on how to secure webhook, can be found here: