View Issue Details

IDProjectCategoryView StatusLast Update
0007961module Stripe Walletmodule Stripe Walletpublic2026-06-25 14:36
ReporterSpritje Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version3.0.0 
Fixed in Version3.0.1 
Summary0007961: If shop is running in Netto Mode, Stripe may charge an extra cent due to rounding differences
DescriptionIf shop is running in Netto Mode, Stripe may charge an extra cent due to rounding differences
Steps To ReproduceRun shop in netto mode

Item 1 (net): €13.35, Item 2 (net): €22.25
Method A (add first, then apply 19%):
13.35 + 22.25 = €35.60 × 1.19 = €42.3640 -> rounded to €42.36
Method B (first calculate individual prices with VAT, then add them together):
13.35 × 1.19 = 15.8865 -> rounded to €15.89
22.25 × 1.19 = 26.4775 -> rounded to €26.48
15.89 + 26.48 = €42.37
-> 1-cent difference, because both individual prices are rounded up to the next decimal place, which adds up.
Additional InformationQA - ES -

Additionally, the order overview does not indicate which payment method was used for the order (credit card, Bancontact, etc.)
-> Payment method: Digital wallet (Stripe)
Feature Request
-> -> Payment method: Digital wallet (Stripe) - Credit card
TagsNo tags attached.

Activities

QA

2026-06-10 21:28

administrator   ~0018541

PPC_netto_1.png (134,670 bytes)   
PPC_netto_1.png (134,670 bytes)   
Stripe_wallet_1.png (146,921 bytes)   
Stripe_wallet_1.png (146,921 bytes)   
Stripe_wallet_2.png (120,114 bytes)   
Stripe_wallet_2.png (120,114 bytes)