GET
/
sepa-xml-payments
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SepaXmlPayment identifier

Response

200 - application/json
amount
integer
autoCaptureAt
string | null
createdAt
any
customer
string
dueDate
string | null
endToEndId
string | null
executionDate
string
id
string
invoice
string | null

The invoice of the payment. In case of a cart payment or manual payment intent, the invoice is null.

notifications
string[]
remittanceInformation
string | null
sepaMandate
object
sepaMandateForSystemMigration
object
sepaXmlStatement
string | null
tenantId
string
transaction
any

The transaction of the payment.

type
enum<string>
default:
debit

Possible values:

  • credit: Credit
  • debit: Debit
Available options:
credit,
debit