Skip to main content

Export Camt53 file for account movements

GET 

/api/accounts/:id/camt53-export

This API endpoint has been purposefully crafted to gather account movements into a Camt53 file. The endpoint must be filtered by day (with the startDate equal to the endDate) or by month (with the startDate equal to the first day of the month and the endDate equal to the last day of the month).

Request

Path Parameters

    id stringrequired

    Resource identifier

Query Parameters

    startDate stringrequired

    Equal to endDate or equal to first day of the month

    endDate stringrequired

    Equal to startDate or equal to last day of the month

Responses

OK - The request was processed successfully.

Schema
    Document string
Loading...