POST
/
sepa-xml-files
/
generate
curl -X POST \
 /sepa-xml-files/generate \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "bankAccountId": "ad8f1b9e-2b0a-4b0a-8b0a-4b0a8b0a8b0a",
    "splitPayments": "1",
    "batchBooking": "1"
}'
{
  "message": "No payments to process."
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

The new SepaXmlStatement resource

Response

200
application/json

No payments to process

The response is of type object.