[NEWS] Historia operacji billingowych - wprowadzimy nową wartość w polu "tax.annotation" / Billing operation history - we will introduce a new value for the "tax.annotation" field
- Dominant language
- No language data
- Stars
- 244
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
**1 marca 2026** wprowadzimy nową wartość "**NOT_APPLICABLE**" w polu **tax.annotation** dla historii operacji billingowych: [GET /billing/billing-entries](https://developer.allegro.pl/documentation/#operation/getBillingEntries).
**Przykładowy response:**
```json5
{
"billingEntries": [
{
"id": "da74ef80-f97a-4b04-a748-4c129cfb94b8",
"occurredAt": "2026-02-12T10:27:17.412Z",
"type": {
"id": "LIS",
"name": "Wystawienie przedmiotu"
},
"offer": {
"id": "6206586563",
"name": "Test"
},
"value": {
"amount": "-1.00",
"currency": "PLN"
},
"tax": {
"annotation": "NOT_APPLICABLE"
},
"balance": {
"amount": "-737.57",
"currency": "PLN"
}
}
]
}
```
Wartość "NOT_APPLICABLE" zwrócimy, gdy sprzedający nie jest płatnikiem VAT w Polsce - dla danego wpisu nie doliczymy podatku VAT, więc będzie ono równe wartości netto. Dotychczas dla takich przypadków stosowaliśmy korektę wprowadzaną wraz z końcem każdego miesiąca.
**Dlaczego wdrożymy zmianę?**
Aby zapewnić Partnerom zagranicznym pełną przejrzystość kosztów w czasie rzeczywistym, poprzez natychmiastowe naliczanie poprawnych kwot netto i wyeliminowanie niezrozumiałych korekt VAT na koniec miesiąca.
Więcej informacji na temat historii operacji billingowych znajdziesz w [naszym poradniku](https://developer.allegro.pl/tutorials/jak-sprawdzic-oplaty-nn9DOL5PASX).
---------
On **March 1, 2026**, we will introduce a new value, "**NOT_APPLICABLE**", in the **tax.annotation** field for the billing operation history endpoint: [GET /billing/billing-entries](https://developer.allegro.pl/documentation/#operation/getBillingEntries).
**Example response:**
```json5
{
"billingEntries": [
{
"id": "da74ef80-f97a-4b04-a748-4c129cfb94b8",
"occurredAt": "2026-02-12T10:27:17.412Z",
"type": {
"id": "LIS",
"name": "Listing an item"
},
"offer": {
"id": "6206586563",
"name": "Test"
},
"value": {
"amount": "-1.00",
"currency": "PLN"
},
"tax": {
"annotation": "NOT_APPLICABLE"
},
"balance": {
"amount": "-737.57",
"currency": "PLN"
}
}
]
}
```
We will return the "NOT_APPLICABLE" value when the seller is not a VAT payer and VAT is not charged for a given entry. Previously, such cases were handled via corrections applied at the end of each month.
**Why are we implementing this change?**
To provide international Partners with full real-time cost transparency by instantly calculating the correct net amounts and eliminating confusing end-of-month VAT adjustments.
For more information regarding billing operation history, please check [our guide](https://developer.allegro.pl/tutorials/how-to-check-the-fees-3An6Wame3Um).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.