product · inferred from evidence
webhook payloads
The data structure sent via webhooks, which now includes exchange_rate.
- 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