curl --request GET \
--url https://api.paywise.de/v1/statements/{id}/ \
--header 'Authorization: Bearer <token>'{
"href": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/",
"id": "b12e4567-e89b-12d3-a456-426614174000",
"clearing_no": "AB123456789",
"invoice_no": "PW2023-12345",
"total_balance": {
"value": "500.00",
"currency": "EUR"
},
"balance_pre_outstanding_items_offsetting": {
"value": "500.00",
"currency": "EUR"
},
"offset_outstanding_items": {
"value": "0.00",
"currency": "EUR"
},
"overview_vat_specific": [
{
"vat_rate": "19.00",
"claims_from_payments_to_dca": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_claims": {
"value": "52.92",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "10.05",
"currency": "EUR"
},
"success_commission_claims": {
"value": "2.85",
"currency": "EUR"
},
"success_commission_vat_claims": {
"value": "0.54",
"currency": "EUR"
}
},
"claims_from_payments_to_client": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"success_commission_claims": {
"value": "4.17",
"currency": "EUR"
},
"success_commission_vat_claims": {
"value": "0.79",
"currency": "EUR"
}
},
"claims_from_advanced_costs": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "15.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "2.85",
"currency": "EUR"
},
"fee_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxfree_litigation_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_litigation_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_litigation_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
}
},
"vat": {
"value": "14.23",
"currency": "EUR"
},
"invoice_amount": {
"value": "74.90",
"currency": "EUR"
},
"invoice_amount_vat": {
"value": "14.23",
"currency": "EUR"
},
"payout": {
"value": "437.92",
"currency": "EUR"
}
}
],
"mandate_count": 1,
"mandate_details_href": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/mandate-details/",
"booking_date": "2023-07-15",
"period_start": "2023-06-01",
"period_end": "2023-06-30",
"canceled": false,
"comment": "Monthly statement for debt collection services",
"downloads": [
{
"id": "6f664961-d182-578a-9bc4-5bf1a2e4d54c",
"type": "full_pdf",
"filename": "statement_AB123456789.pdf",
"mime_type": "application/pdf",
"file_size": 89234,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/full-pdf/"
},
{
"id": "208d9d42-20d9-5e39-81d9-82391db4f3c5",
"type": "third_party_money_xlsx",
"filename": "third_party_money_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 45123,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/third-party-money-xlsx/"
},
{
"id": "b02a6f08-d3e7-5a4b-b906-6263c045bcfb",
"type": "cost_burden_xlsx",
"filename": "cost_burden_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 32456,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/cost-burden-xlsx/"
},
{
"id": "a7e536ed-6f3f-5a6a-a0fc-f3a60dda08d4",
"type": "closing_xlsx",
"filename": "closing_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 28789,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/closing-xlsx/"
}
],
"created": "2023-07-15T10:23:45.678901Z"
}Retrieve a single statement by its ID.
Important: This view contains all statement information except for mandate details. To access mandate details of a statement, use the separate list mandate details endpoint.
curl --request GET \
--url https://api.paywise.de/v1/statements/{id}/ \
--header 'Authorization: Bearer <token>'{
"href": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/",
"id": "b12e4567-e89b-12d3-a456-426614174000",
"clearing_no": "AB123456789",
"invoice_no": "PW2023-12345",
"total_balance": {
"value": "500.00",
"currency": "EUR"
},
"balance_pre_outstanding_items_offsetting": {
"value": "500.00",
"currency": "EUR"
},
"offset_outstanding_items": {
"value": "0.00",
"currency": "EUR"
},
"overview_vat_specific": [
{
"vat_rate": "19.00",
"claims_from_payments_to_dca": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_claims": {
"value": "52.92",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "10.05",
"currency": "EUR"
},
"success_commission_claims": {
"value": "2.85",
"currency": "EUR"
},
"success_commission_vat_claims": {
"value": "0.54",
"currency": "EUR"
}
},
"claims_from_payments_to_client": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"success_commission_claims": {
"value": "4.17",
"currency": "EUR"
},
"success_commission_vat_claims": {
"value": "0.79",
"currency": "EUR"
}
},
"claims_from_advanced_costs": {
"taxfree_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_expenses_claims": {
"value": "15.00",
"currency": "EUR"
},
"taxable_expenses_vat_claims": {
"value": "2.85",
"currency": "EUR"
},
"fee_claims": {
"value": "0.00",
"currency": "EUR"
},
"fee_vat_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxfree_litigation_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_litigation_expenses_claims": {
"value": "0.00",
"currency": "EUR"
},
"taxable_litigation_expenses_vat_claims": {
"value": "0.00",
"currency": "EUR"
}
},
"vat": {
"value": "14.23",
"currency": "EUR"
},
"invoice_amount": {
"value": "74.90",
"currency": "EUR"
},
"invoice_amount_vat": {
"value": "14.23",
"currency": "EUR"
},
"payout": {
"value": "437.92",
"currency": "EUR"
}
}
],
"mandate_count": 1,
"mandate_details_href": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/mandate-details/",
"booking_date": "2023-07-15",
"period_start": "2023-06-01",
"period_end": "2023-06-30",
"canceled": false,
"comment": "Monthly statement for debt collection services",
"downloads": [
{
"id": "6f664961-d182-578a-9bc4-5bf1a2e4d54c",
"type": "full_pdf",
"filename": "statement_AB123456789.pdf",
"mime_type": "application/pdf",
"file_size": 89234,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/full-pdf/"
},
{
"id": "208d9d42-20d9-5e39-81d9-82391db4f3c5",
"type": "third_party_money_xlsx",
"filename": "third_party_money_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 45123,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/third-party-money-xlsx/"
},
{
"id": "b02a6f08-d3e7-5a4b-b906-6263c045bcfb",
"type": "cost_burden_xlsx",
"filename": "cost_burden_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 32456,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/cost-burden-xlsx/"
},
{
"id": "a7e536ed-6f3f-5a6a-a0fc-f3a60dda08d4",
"type": "closing_xlsx",
"filename": "closing_AB123456789.xlsx",
"mime_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"file_size": 28789,
"download_url": "https://api.paywise.de/v1/statements/b12e4567-e89b-12d3-a456-426614174000/download/closing-xlsx/"
}
],
"created": "2023-07-15T10:23:45.678901Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Mixin to provide download URLs for statement files. Reusable across different statement serializers.
The clearing number of the statement.
The invoice number of the statement.
The date when the statement was booked.
The start date of the period covered by the statement.
The end date of the period covered by the statement.
Whether the statement has been canceled.
Additional comment or notes on the statement.
Total balance after considering outstanding items.
Saldo Inkassoverfahren: Payout before considering outstanding items.
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Amount of outstanding items that was offset.
Show child attributes
Number of mandates included in this statement.
URL to access paginated mandate details for this statement.
VAT-specific financial details for this statement.
Show child attributes
The VAT rate applied to this entry.
Claims from payments to debt collection agency (Inkassoansprüche aus Zahlungen ans IKU).
Show child attributes
Claims from Payments to Debt Collection Agency: Tax-Free Expenses (Inkassoansprüche aus Zahlungen ans IKU: Steuerfreie Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Taxable Expenses (Inkassoansprüche aus Zahlungen ans IKU: Steuerpflichtige Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Taxable Expenses VAT (Inkassoansprüche aus Zahlungen ans IKU: Steuerpflichtige Auslagen Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Fee (Inkassoansprüche aus Zahlungen ans IKU: Honorar).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Fee VAT (Inkassoansprüche aus Zahlungen ans IKU: Honorar Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Success Commission (Inkassoansprüche aus Zahlungen ans IKU: Erfolgsprovision).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Debt Collection Agency: Success Commission VAT (Inkassoansprüche aus Zahlungen ans IKU: USt. auf Erfolgsprovision).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from payments to client (Inkassoansprüche aus Zahlungen an Gläubiger).
Show child attributes
Claims from Payments to Client: Tax-Free Expenses (Inkassoansprüche aus Zahlungen an Gläubiger: Steuerfreie Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Taxable Expenses (Inkassoansprüche aus Zahlungen an Gläubiger: Steuerpflichtige Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Taxable Expenses VAT (Inkassoansprüche aus Zahlungen an Gläubiger: Steuerpflichtige Auslagen Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Fee (Inkassoansprüche aus Zahlungen an Gläubiger: Honorar).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Fee VAT (Inkassoansprüche aus Zahlungen an Gläubiger: Honorar Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Success Commission (Inkassoansprüche aus Zahlungen an Gläubiger: Erfolgsprovision).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Payments to Client: Success Commission VAT (Inkassoansprüche aus Zahlungen ans Gläubiger: USt. auf Erfolgsprovision).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from advanced costs (Inkassoansprüche aus verauslagten Kosten).
Show child attributes
Claims from Advanced Costs: Tax-Free Expenses (Inkassoansprüche aus verauslagten Kosten: Steuerfreie Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Taxable Expenses (Inkassoansprüche aus verauslagten Kosten: Steuerpflichtige Auslagen).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Taxable Expenses VAT (Inkassoansprüche aus verauslagten Kosten: Steuerpflichtige Auslagen Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Fee (Inkassoansprüche aus verauslagten Kosten: Honorar).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Fee VAT (Inkassoansprüche aus verauslagten Kosten: Honorar Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Tax-Free Litigation Expenses (Inkassoansprüche aus verauslagten Kosten: Steuerfreie Prozesskosten).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Taxable Litigation Expenses (Inkassoansprüche aus verauslagten Kosten: Steuerpflichtige Prozesskosten).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Claims from Advanced Costs: Taxable Litigation Expenses VAT (Inkassoansprüche aus verauslagten Kosten: Steuerpflichtige Prozesskosten Umsatzsteuer).
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD The total VAT amount for this entry.
Show child attributes
The invoice amount for this entry.
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD The VAT amount on the invoice for this entry.
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Total payments to the debt collection agency.
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD Instalment payments to the client.
Show child attributes
A string representation of a positive integer or decimal with two decimal places.
The three-character currency code (ISO-4217).
EUR - EuroUSD - US DollarEUR, USD The payout amount for this entry.
Show child attributes
List of available statement files with metadata and download URLs.
Show child attributes
Unique UUID identifier for the file
Type of file: "full_pdf", "third_party_money_xlsx", "cost_burden_xlsx", or "closing_xlsx"
Descriptive filename for the download
MIME type of the file (e.g., application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
File size in bytes
Secure download URL for the file