Version 2.0
Less than 1 minute
API Introduction
The API is organized around REST. Our API has predictable resource-oriented URLs,
accepts application/json
request bodies, returns JSON-encoded responses, and uses standard HTTP response codes,
authentication, and verbs.
You can use the API in sandbox
mode, which does not affect your live data or interact with the banking networks.
The API key you use to authenticate the request determines whether the request is sandbox
mode or production
mode.
Tips
The v2.0 version of the API will be simpler and more efficient. If you have already connected to v1.0, it's okay, v1.0
is also running normally