curl -X GET \
/sepa-xml-files \
--header "Authorization: Bearer <token>"{
"data": [
{
"id": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b",
"uploaded": true,
"uniqueMessageId": "COKSDE33XXX-2021-01-01-12-00-00-000000000",
"generatedAt": "2023-11-07T05:31:56Z",
"mediaId": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b"
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Returns a list of generated SEPA XML files.
Required permissions:sepa-xml:readcurl -X GET \
/sepa-xml-files \
--header "Authorization: Bearer <token>"{
"data": [
{
"id": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b",
"uploaded": true,
"uniqueMessageId": "COKSDE33XXX-2021-01-01-12-00-00-000000000",
"generatedAt": "2023-11-07T05:31:56Z",
"mediaId": "ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b"
}
],
"meta": {
"pagination": {
"totalItems": 123,
"itemsPerPage": 123,
"currentPage": 123,
"lastPage": 123,
"pageTotalItems": 123
}
}
}Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100SepaXmlStatement collection
Show child attributes
"ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b"
Indicates if the SEPA XML file was uploaded to the bank already. If not, the file can be deleted. If yes, all transactions will be marked as waiting, until the grace period of the bank is over.
The unique message ID of the SEPA XML file
"COKSDE33XXX-2021-01-01-12-00-00-000000000"
The date and time when the SEPA XML file was generated
The media file containing the SEPA XML statement(s) as zip. See Download media for more information.
"ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b"
Was this page helpful?