
Endpoints and Resources Format
RESTful Conventions
We follow standard REST URL patterns like /accounts/{accountId}/transactions. Use the correct HTTP method (GET, POST, PUT, DELETE) for each action.
Path and Query Parameters
Dynamic data should be passed via path parameters, while filters and pagination use query parameters. Both types are strictly validated.
Nested Data Structures
Some responses include nested JSON objects—for example, account details within a user profile. The structure is consistent and fully documented.
Pagination & Filtering
Endpoints that return lists (e.g., transactions) support pagination with limit and offset as well as filtering by date, amount, or type.
Resource Relationships
Related resources are accessible via linked endpoints or embedded data blocks. This reduces the number of API calls and simplifies integration logic.





FAQ
Find answers to common questions about Open Banking. If you need further assistance, contact our support team.
What is Open Banking ?
Open Banking is a secure way to give apps and services access to your financial data. It allows you to connect your bank with trusted platforms like Wezly to simplify payments, view accounts, and manage money in one place.

How does Open Banking benefit me as consumer ?
It gives you more control and transparency. You can track your finances, make faster payments, and use smart tools tailored to your financial goals.

Is Open Banking safe ?
Yes. Wezly uses bank-level encryption, strict data regulations, and real-time identity verification to ensure your information stays private and protected.

Are coding skills needed to set up my page ?
Yes, our support team is available to guide you through every step of the setup process. From initial configuration to going live, we make sure you have the help you need.

Do you offer support while setting up my page ?
Yes, our support team is available to guide you through every step of the setup process. From initial configuration to going live, we make sure you have the help you need.
