Skip to end of banner
Go to start of banner

FAQs about the API standards

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

On this page you'll find a list of frequently asked questions about the API standards.

Use the search bar function to find references to a specific issue or area for consideration or the table of contents for full list of answered questions.

Who is involved in developing the API standards?

 Expand to show answer...

The API standards were developed primarily by two working groups: the API Technical Working Group and the API Business Working Group. All Standards Users can contribute and participate on these working groups. Each group generally meets fortnightly, on alternating weeks. You can see who the API Provider and Third Party Standards Users are on the API Centre public website.

The API standards documentation on Confluence, and Swagger documentation on GitHub, are developed iteratively against an agreed scope for each version of the API standards. Once final drafts of the standard are developed, the working group holds longer working sessions to walk through the draft API standards. This ensures the final API standard aligns with the scope, accurately reflected the group’s previous discussions and agreements, and that the API standard holds together as a whole.

The Business Working Group is tasked with making scoping decisions on non-technical issues that arise through the development process and assess the risks and scope of the standards, generally supporting the API Centre to run the API standards development process.

What does the security profile do?

 Expand to show answer...

The ‘NZ Banking Data Security Security Profile’ sets out how Third Parties connect securely to an API Provider and supports each version of the API Standards.

It is based on the OpenID Foundation's FAPI Read+Write specification document, and applies this standard to the New Zealand market context. This specification is used to help define requirements for how API Providers can safely make APIs available and connect with Third Parties. This specification applies to both the Payment Initiation and Account Information API specifications. The security profile:

  • Aligns with the UK’s upstream OBIE standards.

  • Aligns with Australian direction being taken under their open data programme.

  • Aligns with general best practice API security practices and global standards.

The security profile is reviewed and updated along with every standards version release to ensure it remains up to date and capable of supporting any new functions implemented in the standards.

What international standards do the New Zealand API Standards leverage?

 Expand to show answer...

The standard draws extensively from international standards and global best practices, notably:

  • The UK’s Open Banking Payments Initiation and Account Information API standards.

  • OpenID’s Financial-grade API Client Initiated Backchannel Authentication Profile.

  • OpenID’s Financial-grade API Read and Write API Security Profile.

  • JSON (a lightweight data-interchange format).

  • OAuth 2.0 (an open standard for access delegation, commonly used as a way for internet users to grant websites or applications access to their information on other websites, but without giving them the passwords).

  • REST (a style of API architecture).

  • ISO 20022 (messaging semantics for financial information).

What technical improvements have been made to the API standards?

 Expand to show answer...

Every version of the standard will have detailed and comprehensive documentation published alongside the specifications that can be read in conjunction with the relevant version change logs for a full summary of the key functional changes and improvements for that version.

These explainers and support materials can be found below:

What functionality is supported?

 Expand to show answer...

Functionality delivered by the API standard is supported through the use of static endpoint URLs that allow a developer to enable specific functionality as defined in the specification.

  • The Account Information API has 24 defined endpoints, enabling access to 11 functions, further detail can be found in the Account Information API Specifications.

  • The Payments Initiation API has 8 defined endpoints, enabling both domestic single payment and enduring payment consents, further detail can be found in the Payments Initiation API Specifications.

What are mandatory and optional endpoints?

 Expand to show answer...

The way in which the API specifications have been structured, allows the API Centre to mandate a core set of functions that API Providers must support when they implement the API standards, as a minimum to meet their obligations in their terms and conditions as a Standards User in the API Centre.

There are however a range of additional optional endpoints that API Providers can choose to support and provide if they decide to do so.

These endpoints have been defined as ‘mandatory’ and 'optional' in the specification for both the Account Information and Payments Initiation APIs.

The optional endpoints that are being made available will be published on the respective organisations' developer portals and made available upon request.

The intent of the API Centre and Standards Users is that no new optional functionalities will be introduced in future iterations of the API Specifications and that all currently optional functions will be phased out over time.

What methods of customer authentication are supported?

 Expand to show answer...

Customer authentication is a crucial part of the consent journey, this is where an API Provider validates that a customer has authorised a Third Party’s consent request, before providing access to a protected resource.

This can be carried out using one of two flows defined in the specification. Using the redirect flow, a Customer authorises a consent in the same end to end flow in the same instance as it was submitted. The decoupled flow allows a Customer to authorise a consent at a later date or time and/or using a different device.

More information about decoupled flow and redirect flow can be seen here.

What error responses have been defined?

 Expand to show answer...

The specifications leverage existing international error responses and structures, and have been expanded and tailored for implementation in the New Zealand environment. Further detail can be found in the NZ Banking Data API specification, 'Error code enumeration' section.

  • No labels