I'm currently working on a Magento 1.9.2.2 to 2.0.7 Migration and am almost at the final step where I can do the Delta migration but I've run into a problem with the currencies that are being submitted to Briaintree.
I've done a multi-store set up where each store will be for a separate country (USA & Mex) and have set up the settings for each website to point to a different Merchant Account ID within Braintree that is associated with its corresponding currency (USD for the US account ID & MXN for the Mexican account ID).
The problem I'm having is that when I submit a payment for the MX store it is being transmitted as the USD value instead of the MXN value. (e.g., USD$35.99 instead of MXN$691) and Braintree is understanding this as MXN$35.99 which would convert to ~USD$1.90. The currencies display correctly in the front-end and in the checkout process but they are just not transmitting correctly.
I've tried messing with the Merchant Country for each store/site and the Catalog Price Scope but no luck so far.
Here are some images for reference:
![Checkout-total.jpg Checkout-total.jpg](https://community.magento.com/t5/image/serverpage/image-id/3109iECC4C420B4F051A1/image-size/large?v=v2&px=999)
![braintree-result.jpg braintree-result.jpg](https://community.magento.com/t5/image/serverpage/image-id/3110iC7494A8058066278/image-size/large?v=v2&px=999)