Which PayPal pricing options are visible in v1?
V1 shows domestic and international standard checkout pricing. Micropayment scenarios stay in config for later work but are not part of the visible PayPal fee calculator UI today.
Payments and pricing
Use this PayPal Fee Calculator to estimate PayPal fees, calculate net received, and switch between domestic and international checkout pricing.
Use the real amount you plan to charge so the net payout estimate reflects the actual quote you are about to send.
Choose the payment path that matches the buyer. Reusing the same amount across processors gives you a cleaner comparison than changing both amount and provider at once.
Look at the fee, the net payout, and the effective rate together. Small transactions can look cheap on percentage alone while still losing a large share to the fixed fee.
Workflow
PayPal Fee Calculator is built for the common question that appears before a sale closes: how much will I actually receive after a standard PayPal checkout payment? Enter the charge amount, choose domestic or international pricing, and the page returns a fast estimate of PayPal fees, the net payout, and the effective rate.
That workflow is useful when you are deciding whether to absorb the fee, raise the listed price, or set a minimum order amount. The result keeps the discussion grounded in net revenue instead of headline percentages alone.
How it works
The parser trims outer whitespace, accepts one optional leading dollar sign, and rejects malformed comma grouping or stray internal spaces. That means the calculator does not quietly reinterpret a broken number into a valid one behind the scenes.
That behavior matters because a payment estimate is often used in a real pricing decision. A strict parser is less convenient in the moment, but it is far safer than a calculator that silently changes the amount you thought you entered.
Limits
The visible v1 scope is standard PayPal checkout pricing in USD. It does not try to model every fee program, refund case, donation flow, regional exception, or custom account arrangement that can exist in a real PayPal account.
That limit is deliberate. A narrow calculator is more honest about what it can estimate well. When your workflow depends on a special pricing program or account-specific rate, you should treat this as a baseline reference rather than a final accounting number.
Compare tools
Use Stripe Fee Calculator when the payment path is Stripe card processing and the important variables are domestic, international, and FX card fees. Use Payoneer Fee Calculator when the client will pay through Payoneer and you want to compare credit card, ACH bank debit, or PayPal-funded client-payment methods.
Use PayPal Fee Calculator when the real question is the net payout from PayPal checkout pricing. In other words, use this tool when PayPal is the processor you are evaluating, and use the sibling calculators when the payment rail or surcharge model itself is different.
V1 shows domestic and international standard checkout pricing. Micropayment scenarios stay in config for later work but are not part of the visible PayPal fee calculator UI today.
No. It uses public PayPal US business pricing as a baseline estimate, and actual product pricing, negotiated rates, or account-specific exceptions can differ.
The parser is intentionally strict so invalid input such as `1,00,0` does not get cleaned into a misleading number. That keeps the math tied to the amount you actually intended to quote.
Yes. Leading-dot decimals such as `.99` and trailing-dot amounts such as `100.` are accepted after structural validation and normalized safely inside the calculator.
The accepted USD range is $0.01 through $1,000,000.00 with up to two decimal places. Anything outside that range or structure is rejected before the estimate runs.