added
December 4th 2024
about 2 months ago by Shayla Gibson
- Enhanced Statement Generation via
POST /account/:account_id/statement
- Now, customers can use the endpoint
POST /account/:account_id/statement
to generate on-demand statements. - When used, Treasury Prime generates a statement and provides a URL link for configuration to be filled out.
- The endpoint does not use a
statement_config
, instead, it requires all parameters that will be used when generating the statement to be supplied with the request.- Parameters that are required for a
statement_config
are also required when generating statements via this endpoint.
- Parameters that are required for a
- Automatic monthly statements (bulk on the 2nd of the month) will remain available for those not using this feature
- Now, customers can use the endpoint
- Documentation