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

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

SepaXmlPayment identifier

Response

200
application/json

SepaXmlPayment resource