Dev Tools · 5h ago
Stripe multi-currency commissions: which amount to use?
When customers pay in a different currency than your account settles, Stripe records two amounts: presentment (what customer paid) and settlement (what you received). Using the wrong one for affiliate commissions leads to silent errors. Developers must decide whether to base commissions on the customer's paid amount or the settled amount, each with trade-offs.
Meridian48 take
A practical gotcha for Stripe developers, but the real takeaway is that multi-currency commission logic needs explicit design, not just a quick webhook handler.
Read the full reporting
Multi-currency affiliate commissions on Stripe: which amount do you actually owe? →
DEV Community
stripemulti-currency