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
Get a Sepa XML payment
Get a Sepa XML payment
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
"ad8f1c1e-0b0a-4e1a-8b0a-0b0a4e1a8b0a"
Possible values:
credit
: Creditdebit
: Debit
credit
, debit
"debit"
"#Fynn - Debit for invoice 123"
"Fynn-123"
100
"ad8f0b9c-0b1a-4e1a-8b0a-0b1a4e1a8b0a"
The status of the mandate
Possible values:
active
: The mandate is active and can be used for paymentsrevoked
: The customer has revoked the mandate or a payment was rejected by the bank. The mandate can not be used for payments anymore
active
, revoked
"active"
The reference of the mandate
"MNDT-2021-0001"
The date of the mandate signature
"2021-01-01"
The bank account of the mandate
"ad8f0b9c-4b1e-4e0e-8b9c-4b1e4e0e8b9c"
"Girokonto"
"DE12500105170648489890"
"PBNKDEFFXXX"
"Max Mustermann"
"Commerzbank"
The source of the bank account. Can be any string.
"import"
The sequence type of the mandate
Possible values:
FRST
: The sepa mandate is used for the first time for a recurring paymentRCUR
: The sepa mandate was already used the first time and is now used for recurring paymentsFNAL
: The sepa mandate is used for the last time for a recurring paymentOOFF
: The sepa mandate is only allowed to be used for one payment
FRST
, RCUR
, FNAL
, OOFF
"FRST"
The type of the mandate
Possible values:
CORE
: The core scheme is used for payments between consumers and companiesB2B
: The B2B scheme is used for payments between companies. No refund is possibleCOR1
: The COR1 scheme is used for payments between consumers and companies. The payment is processed faster than with the core scheme
CORE
, B2B
, COR1
"core"
The date of the creation
"2021-01-01T00:00:00+00:00"
"https://example.com/"
"https://example.com/"
The invoice of the payment. In case of a cart payment or manual payment intent, the invoice is null.
"https://example.com/"
The transaction of the payment.
"https://example.com/"
"ad8f0b9c-0b1a-4e1a-8b0a-0b1a4e1a8b0a"
The status of the mandate
Possible values:
active
: The mandate is active and can be used for paymentsrevoked
: The customer has revoked the mandate or a payment was rejected by the bank. The mandate can not be used for payments anymore
active
, revoked
"active"
The reference of the mandate
"MNDT-2021-0001"
The date of the mandate signature
"2021-01-01"
The bank account of the mandate
"ad8f0b9c-4b1e-4e0e-8b9c-4b1e4e0e8b9c"
"Girokonto"
"DE12500105170648489890"
"PBNKDEFFXXX"
"Max Mustermann"
"Commerzbank"
The source of the bank account. Can be any string.
"import"
The sequence type of the mandate
Possible values:
FRST
: The sepa mandate is used for the first time for a recurring paymentRCUR
: The sepa mandate was already used the first time and is now used for recurring paymentsFNAL
: The sepa mandate is used for the last time for a recurring paymentOOFF
: The sepa mandate is only allowed to be used for one payment
FRST
, RCUR
, FNAL
, OOFF
"FRST"
The type of the mandate
Possible values:
CORE
: The core scheme is used for payments between consumers and companiesB2B
: The B2B scheme is used for payments between companies. No refund is possibleCOR1
: The COR1 scheme is used for payments between consumers and companies. The payment is processed faster than with the core scheme
CORE
, B2B
, COR1
"core"
The date of the creation
"2021-01-01T00:00:00+00:00"
"https://example.com/"
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>"
}