Create CRA remittance report
When a CRA Remittance Report is created, the report content will be created asynchronously. It may then be retrieved from the GET endpoint using an “accept: text/csv” header.
To filter which remittances should be included in the report, you must pass a filters object here, which must contain: year: The year to generate the report for. remittance_account_id: Optional. Limits the report to a single CRA remittance account; other CRA accounts on the same business entity are excluded. Must be a CRA account, and when business_entity_id is also set it must belong to that business entity.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

