The Live Statement feature provides access to a statement list and statements PDFs for logged-in users on your EvolutionX webstore. Customers can conveniently find and access their Statements PDFs within the Statement module. This feature serves as an additional functionality to the live invoice list.
New ERP Integrations for Live Statement List and Download
We work either directly with the API for your ERP or through a partner integrator (who provides API support) to setup Live Endpoint for the ERP. This typically is a fast-tracked development to ensure you are up and running quickly. Contact our team today to discuss your options and questions.
The following requests and responses are examples for Live Statement Generate:
Request Header
Notes:
Example Request Header: Content-Type: application/json
|
Request Body
Notes:
Example Request Body { Example Request Body from the Statement List (read statement list bellow) { |
Response Body
Notes:
Base64_encoded: {
Contact customer support before implementing this option. { |
The following requests and responses are examples for Live Statement List:
Request Header
Notes:
Example Request Header: Content-Type: application/json
|
Request Body
Notes:
Example Request Body { |
Response Body
Notes:
Example Response Body { |
Feature in a store
Generate Statement:
Statement List:
ERP DIY Integration
To use this feature you need the ERP DIY Integration App see the full article.
FAQ
What steps should I take to enable just the "generate current statement" action?
To achieve this, you'll need to hide the data range option and isolate the button for generating the statement.
Add a CSS Block
#statementDateRange { display: none; }
Contact the customer success team to discuss an integration project.