money
movements
fees

Get wire-offramp fee

Returns the country-aware wire fee ($10 domestic / $15 international) for a destination US bank account, optionally with the amount+fee total.

get/money/wire/fee

Query parameters

account_idstring required
amount_usdstring

Response

OK

estimated_proceeds_usdstring nullable
fee_usdstring
total_usdstring nullable

Changes

Changed in 3 of the 23 revisions of this API.22

    • added the optional property estimated_proceeds to the response with the 200 status

      response-optional-property-added

    • added the optional property estimated_proceeds_usd to the response with the 200 status

      response-optional-property-added

    • for the query request parameter amount_usd, the maxLength was set to 64

      request-parameter-max-length-set

    • changed the pattern of the query request parameter account_id from ^mny_[0-9a-hjkmnp-tv-z]{26}$ to ^mny_[0-7][0-9a-hjkmnp-tv-z]{25}$

      request-parameter-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 23 revisions, 1 has no diff computed.