PUT
/
sepa-xml-files
/
{id}
/
uploaded

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

SepaXmlStatement identifier

Body

autoCaptureAfterDays
integer | null

The number of days after which the payment should be captured automatically. 0 means immediately. If you are using the bank account synchronization, you should set this value to null. The amount will be captured automatically, when the bank account synchronization is processed.

Advantages of using the bank account synchronization:

  • more accurate payment status and payment date
  • correct accounting of the payment
  • declines are handled automatically
  • less manual work

Response

200 - application/json
id
string
uploaded
boolean

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.

uniqueMessageId
string

The unique message ID of the SEPA XML file

generatedAt
string

The date and time when the SEPA XML file was generated

sepaXmlPayments
object[]

The SEPA XML payments included in this SEPA XML file

mediaId
string

The media file containing the SEPA XML statement(s) as zip. See <a href ="#tag/Media/operation/getDownloadToken">Download media</a> for more information.