Parameters
#
Required configurationTo use Zūm Rails Aggregation, you must have a valid CustomerId, provided within your onboarding. If not, you can quickly grab it from Zūm Portal.
The customer Id for testing in sandbox is the same as your API username found under the API settings in your portal.
#
Basic configurationParameter | Description | Default value | Required |
---|---|---|---|
customerid | Your CustomerId | - | yes |
The base URL for Connector is:
- PRODUCTION
https://connector.aggregation.zumrails.com/?customerid=<YOUR-CUSTOMER-ID>
. - SANDBOX
https://connector-sandbox.aggregation.zumrails.com/?customerid=<YOUR-CUSTOMER-ID>
.
#
Configure the user experienceParameter | Description | Default value | Required |
---|---|---|---|
consent | When true, display the consent page. This page explains to the end user what information will be extracted and requires the end user to agree with the terms & conditions | true | false |
accountselector | Display a page to select the preferred account, usually used for EFT payment initiation. | true | false |
testinstitution | Display Zūm Rails test institution, used while you are testing | false | false |
adduserinportal | Add connected users in Zūm Rails Portal | true | false |
clientuserid | To be used when adduserinportal is true, this parameter enables you to inform your internal id for this user | undefined | false |
institutionid | Inform the bank institution id to be used as the selected institution | undefined | false |
The field institutionid
can be defined with one for the institutions id:
Institution | Id |
---|---|
ATB Financial | bd32c118-54b0-44f4-bb3d-53f5eabb71ec |
BMO - Bank of Montreal | 22d5ba65-9b69-4f29-b69f-b520c8d7bda1 |
Canadian Western Bank | f48f6332-5b70-41eb-9c36-05cd68fa200d |
CIBC | 69f94493-a52c-455f-b3fd-8b3a7f14694e |
Coast Capital Savings | 497bfa7a-b34d-402b-866d-c6a941c6eb56 |
Desjardins | 478a134e-54fa-4b14-87ab-9fa6418584a6 |
Equitable Bank | 9f3cba3e-7748-4c1c-8371-3da01655d059 |
Laurentian Bank of Canada | a54fdeda-e056-4013-98c6-3b8dc14b8458 |
Meridian Credit Union Limited | a44eaf9a-05e2-4145-8177-477a41801e1d |
National Bank of Canada | 8824280d-7c62-4194-87bc-a363804f6013 |
Royal Bank | 0484a92f-d95a-4027-9375-bdf2a1dab0dc |
Simplii Financial | c1780b1e-ed81-40e9-93b1-4dc747eb662d |
Tangerine | 08cde436-e9a0-41c3-915a-7e7ebad26be8 |
TD - Canada Trust | 000e1be4-42a2-4476-8985-7b330638a359 |
The Bank of Nova Scotia | 06b4c757-a7cf-45df-8b3b-80e97324286c |
Vancouver City Saings Credit Union | d6e71c0d-9383-4e69-b3e0-8da2f3beb04f |
Zūm Rails Testing Bank * | 2a778283-d87a-4b8c-aa3e-af1ed16bc486 |
note
- Zūm Rails Testing Bank is only available in non productive environment.
#
Configure the user interfaceParameter | Description | Default value | Required |
---|---|---|---|
backbutton | Display the back button on the top left-hand corner | false | false |
closebutton | Display the close button on the right-hand top corner | false | false |
logo | Display the logo on the top of the screen | true | false |
buttonbgcolor | The navigation buttons background color and progress bar color | #000000 | false |
buttontextcolor | The navigation buttons text color | #FFFFFF | false |
progressbar | Display the progress bar. If set to false a generic spinning circle will be display instead | true | false |
logourl | Your logo url to be used on the UI. If not informed, Zūm Rails logo is the default one | - | false |
tecurl | Your terms & conditions URL (consent page). When clicked, a new tab will be opened | - | false |
institutionsearch | Display the Institution Search box | true | false |
finishredirecturl | An URL to redirect the page after the connection is completed (URL must include https://) | - | false |
language | Change the connect language. There are two available options: en (english) and fr (french). If not set, the language will be chosen according to the browser language. English is applied if the given language is not available | - | false |
accountselectorfooter | Display a extra text with customizable link action that trigger a callback. To define link area use html tag for anchor <a> with no additional attributes. You should handle the redirect on the callbacks for events listeners | - | false |
#
Configure the data to extractParameter | Description | Default value | Required |
---|---|---|---|
gettransactions | If you want to extract transactions | true | false |
getstatements | If you want to extract pdf statements | false | false |
getholderinformation | If you want to extract the account holder's name and address | true | false |
datefrom | By default we extract information for the last 12 months. Use this field if you want to specify another range. Format (yyyy-MM-dd) | - | false |
#
Extra configurationParameter | Description | Default value | Required |
---|---|---|---|
extrafield1 | And extra field so that you can add custom information, later receive it when the connection is completed | - | false |
extrafield2 | And extra field so that you can add custom information, later receive it when the connection is completed | - | false |
info
Any parameters that are not true/false, like URLs or texts, must be encoded.
warning
We recommend you use the Configure page to build your URL. No advanced technical knowledge is required.