Fees
Card-Aware Deposit Estimate
Estimate deposit fees using the actual card’s country and brand, from a Stripe payment method.
POST
Like estimate deposit, but inspects the real card behind a Stripe
payment_method_id to pick the domestic or international rate automatically — no guessing is_international.
Request Body
The Stripe payment method ID (
pm_...) of the card to estimate for.The deposit amount to estimate. Must be greater than 0.
Response
Whether your application fee applies to deposits.
The detected card details (brand, country, funding) used for the estimate.
The line items:
transaction_amount, application_fee, estimated_stripe_fee, total_fees, total_amount_to_pay, and net_amount.Human-readable summary of the estimate.