https://developers.braintreepayments.com/reference/general/currencies
RON – Romanian Leu
In Braintree account appear 10 EUR – Euro, not 10 RON – Romanian Leu.
Hi Alex,
My Code is still not updated to accept order currencies i think i will have to update my plugin to fix this i am finding out what parameter to change to fix this
Thanks
Nazrul
Hi Nazrul,
I waiting for new update.
Thank you again!
Regards,
Alex
+1 – I support also this feature.
If the WooCommerce backend is in RON then it needs a specific Braintree account in RON – for example, myAccountRON – besides myAcountEUR. Perhaps this is what is missing in your interface: the possibility to enter the Merchant Account.
See here for details:
https://developers.braintreepayments.com/guides/transactions/php#specify-merchant-account
@johnth , @alex Toma
If i add this
‘merchantAccountId’ in Admin interface
The merchant account ID used to create a transaction. Currency is also determined by merchant account ID. If no merchant account ID is specified, we will use your default merchant account.
So what do you suppose best option to include merchantAccountId or currency option ?
Regards
Nazrul
Someone can have the following config:
merchantAcc1 – CurrencyA – AccountX
merchantAcc2 – CurrencyB – AccountY
merchantAcc3 – CurrencyA – AccountZ
As you see, the merchantAcc1 and merchantAcc3 have the same currency but different bank accounts to flow the money into.
The merchant account is primary (unique) key, the currency isn’t.
Ok, in most cases it can be, but not always.
I would suggest to provide an Admin GUI like this:
For the transaction currency [____] use the following merchant account [________]
For the transaction currency [____] use the following merchant account [________]
For the transaction currency [____] use the following merchant account [________]
For the transaction currency [____] use the following merchant account [________]
For the transaction currency [____] use the following merchant account [________]
…
Then you will read from Woo the actual currency and will use the appropriate merchant account based on the lookup table from above which user entered manually (or perhaps you can fetch it from Braintree via an API?)
@johnth,
For this i found i will have to make additionalchanges to specify merchant id as to keep your PCI compliance burden low, you will want to pass a nonce to your server in place of the credit card details.
So i am working on it maybe i will have to release it as paid version of plugin.
Regards
Nazrul