specification: FinOps Framework specificationVersion: '1.0' schema: https://www.finops.org/framework/ provider: Paddle providerId: paddle created: '2026-06-21' modified: '2026-06-21' reconciled: true tags: - Billing - Payments - Subscriptions - Merchant of Record - SaaS - FinOps - Cost Management - FOCUS description: >- FinOps view of Paddle spend. As a merchant of record, Paddle charges a percentage plus a fixed fee on each successfully processed transaction (Standard rate 5% + $0.50) rather than a platform or per-API-call fee. That single charge bundles payment processing, global sales tax and compliance, fraud protection, churn recovery, and support. Refunds, credits, and chargebacks flow through as adjustments that reduce net revenue. Custom rates apply to large or rapidly scaling accounts. notes: >- Cost driver is gross transaction value times the agreed percentage plus the per-transaction fixed fee. Verify your negotiated rate and any chargeback or currency-conversion handling against your Paddle agreement during reconciliation. sources: - https://www.paddle.com/pricing - https://developer.paddle.com - https://focus.finops.org/focus-specification/v1-3/ alignedWith: framework: FinOps Foundation Framework frameworkUrl: https://www.finops.org/framework/ dataSpec: FOCUS dataSpecVersion: '1.3' dataSpecUrl: https://focus.finops.org/focus-specification/v1-3/ publisherName: Paddle serviceCategory: Billing and Payments billingModel: pricingCategory: Usage-Based billingFrequency: Monthly billingCurrency: USD chargeCategories: - Usage - Adjustment focusColumns: ServiceName: Paddle Billing ServiceCategory: Billing and Payments ProviderName: Paddle PublisherName: Paddle InvoiceIssuerName: Paddle BillingCurrency: USD ChargeCategory: Usage PricingCategory: Usage-Based meters: - name: transaction_fee_percentage description: Percentage component of the merchant-of-record fee applied to each successful transaction's gross value. unit: percent aggregation: sum dimensions: - account - transaction - currency - name: transaction_fee_fixed description: Fixed per-transaction fee component applied to each successful transaction. unit: transactions aggregation: sum dimensions: - account - transaction - name: refund_adjustments description: Refunds and credits issued via adjustments that reduce net revenue. unit: currency aggregation: sum dimensions: - account - transaction - name: chargeback_adjustments description: Chargebacks recorded as adjustments against transactions. unit: currency aggregation: sum dimensions: - account - transaction principles: - name: Visibility description: Pull Paddle transaction, adjustment, and reports data; reconcile gross vs. net revenue and effective fee rate per transaction. - name: Allocation description: Use product, price, and custom-data fields to map transactions to internal products and cost centers. - name: Optimization description: Reduce churn-driven failed payments and chargebacks (which carry adjustments); negotiate Custom rates as volume grows; review low-value transactions where the fixed fee is a larger share of revenue. - name: Accountability description: Assign owners per product line; review effective Paddle fee percentage monthly against forecast. maintainers: - FN: Kin Lane email: kin@apievangelist.com