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 Sepa XML payment
Get a Sepa XML payment
GET
/
sepa-xml-payments
/
{id}
curl -X GET \
/sepa-xml-payments/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8f1c1e-0b0a-4e1a-8b0a-0b0a4e1a8b0a",
"type": "debit",
"createdAt": "<any>",
"dueDate": "2023-11-07T05:31:56Z",
"remittanceInformation": "#Fynn - Debit for invoice 123",
"endToEndId": "Fynn-123",
"amount": 100,
"sepaMandate": {
"id": "ad8f0b9c-0b1a-4e1a-8b0a-0b1a4e1a8b0a",
"status": "active",
"creditorIdentifier": "<string>",
"mandateReference": "MNDT-2021-0001",
"signatureDate": "2021-01-01",
"bankAccount": {
"id": "ad8f0b9c-4b1e-4e0e-8b9c-4b1e4e0e8b9c",
"alias": "Girokonto",
"iban": "DE12500105170648489890",
"bic": "PBNKDEFFXXX",
"accountHolder": "Max Mustermann",
"bankName": "Commerzbank",
"source": "import",
"asValue": {
"iban": "<string>",
"bic": "<string>",
"accountHolder": "<string>",
"bankName": "<string>"
},
"tenantId": "<string>"
},
"sequenceType": "FRST",
"sepaType": "core",
"createdAt": "2021-01-01T00:00:00+00:00",
"customer": "https://example.com/",
"firstSepaDebit": true,
"tenantId": "<string>"
},
"sepaXmlStatement": "https://example.com/",
"invoice": "https://example.com/",
"transaction": "<any>",
"autoCaptureAt": "2023-11-07T05:31:56Z",
"notifications": [
"https://example.com/"
],
"customer": "https://example.com/",
"executionDate": "2023-11-07T05:31:56Z",
"tenantId": "<string>"
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
SepaXmlPayment identifier
Response
200
application/json
SepaXmlPayment resource
Was this page helpful?
curl -X GET \
/sepa-xml-payments/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8f1c1e-0b0a-4e1a-8b0a-0b0a4e1a8b0a",
"type": "debit",
"createdAt": "<any>",
"dueDate": "2023-11-07T05:31:56Z",
"remittanceInformation": "#Fynn - Debit for invoice 123",
"endToEndId": "Fynn-123",
"amount": 100,
"sepaMandate": {
"id": "ad8f0b9c-0b1a-4e1a-8b0a-0b1a4e1a8b0a",
"status": "active",
"creditorIdentifier": "<string>",
"mandateReference": "MNDT-2021-0001",
"signatureDate": "2021-01-01",
"bankAccount": {
"id": "ad8f0b9c-4b1e-4e0e-8b9c-4b1e4e0e8b9c",
"alias": "Girokonto",
"iban": "DE12500105170648489890",
"bic": "PBNKDEFFXXX",
"accountHolder": "Max Mustermann",
"bankName": "Commerzbank",
"source": "import",
"asValue": {
"iban": "<string>",
"bic": "<string>",
"accountHolder": "<string>",
"bankName": "<string>"
},
"tenantId": "<string>"
},
"sequenceType": "FRST",
"sepaType": "core",
"createdAt": "2021-01-01T00:00:00+00:00",
"customer": "https://example.com/",
"firstSepaDebit": true,
"tenantId": "<string>"
},
"sepaXmlStatement": "https://example.com/",
"invoice": "https://example.com/",
"transaction": "<any>",
"autoCaptureAt": "2023-11-07T05:31:56Z",
"notifications": [
"https://example.com/"
],
"customer": "https://example.com/",
"executionDate": "2023-11-07T05:31:56Z",
"tenantId": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.