product · inferred from evidence
TransactionPayoutTotalsAdjusted
A section of the Paddle webhook payload where the exchange_rate key is expected but may be missing.
- KeyError 'exchange_rate' when parsing Paddle Transaction webhook data (use Notifications entity)
Parsing transaction webhook data with Transaction.from_dict(data) threw KeyError: 'exchange_rate' because the exchange_rate key is missing from the TransactionPayoutTotalsAdjusted section of webhook payloads. The strict API-response Transac