SEPA XML
Get a list of SEPA XML files
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
SEPA XML
Get a list of SEPA XML files
Returns a list of generated SEPA XML files.
Required permissions:sepa-xml:read
GET
/
sepa-xml-files
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
}
}
}
Authorizations
Value for the Authorization header parameter.
Query Parameters
The collection page number
The number of items per page
Required range:
0 <= x <= 100
Response
200
application/json
SepaXmlStatement collection
Example:
"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
Example:
"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 <a href ="#tag/Media/operation/getDownloadToken">Download media</a> for more information.
Example:
"ad8f7a6d-1b0b-4e1a-8e1a-0b1b0b1b0b1b"
Was this page helpful?
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
}
}
}