Retrieve statements
Zyla generates statements for corresponding Zyla accounts. You can pull statement lists periodically (daily, weekly, monthly, etc.) based on your specific requirements. Additionally, you can download statements as evidence to support regulatory compliance.
Query statements
To query a statement list from Zyla, call the inquiryStatementList API.
The following figure illustrates the general process:
Figure 1. Query statements using Zyla APIs
Query statement details
To query a statement detail from Zyla, take the following steps:
- Call the inquiryStatementList API to get the value of accountingBizNo parameter from the API response.
- Call the inquiryStatementDetail API with the value of accountingBizNo from the previous step and get the detailed information of a specific statement from the API response.
Figure 2. Query statement details using Zyla APIs
Download statements
To download statements from Zyla, take the following steps:
- Call the inquiryStatementList API to get the required input.
- Call the prepareDownload API to download the statements based on your needs.
- Call the queryDownload API to check the download result. If you specify notifyUrl when calling the prepareDownload API, Zyla will also send you the results via the notifyDownload API.
The following figure illustrates the general process:
Figure 3. Download statements using Zyla APIs