Skip to main content
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

string
required
The Stripe payment method ID (pm_...) of the card to estimate for.
number
required
The deposit amount to estimate. Must be greater than 0.

Response

boolean
Whether your application fee applies to deposits.
object
The detected card details (brand, country, funding) used for the estimate.
object
The line items: transaction_amount, application_fee, estimated_stripe_fee, total_fees, total_amount_to_pay, and net_amount.
string
Human-readable summary of the estimate.