In the list of paypal currencies supported, given here https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_currency_codes , two currencies (MYR, BRL) are marked with a the following note.
NOTE:This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.
I am running an app where I allow Customer A to pay to Customer B through paypal and record the transaction details in my app through IPN.
What should I do to support these two currencies along with other paypal currencies?
How do I know If an account has the in-country account so I can enable payments in that currency as well?