Jump to content
  • 0

Paypal Configs And Others


Question

Posted

Hello, i am just trying to configure de Paypal, i am trying with the test user of my paypal info, but i can´t try to pay an invoice with paypal method, don´t sure why...

And another stuff is, that BRL is not supported on blesta, but paypal supports BRL... so it can be added to? tnx for your time.

7 answers to this question

Recommended Posts

  • 0
Posted

Tnx for your time CubicWebs, helped me a lot, about the currency, i have solved changing the gateway php file, list this:

 

Before on line 85:

 

/**
* Return all currencies supported by this gateway
*
* @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports
*/
public function getCurrencies() {
return array("AUD", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "JPY",
"NOK", "NZD", "PLN", "GBP", "SGD", "SEK", "CHF", "USD");
}
 
After the change i added BRL to the list of supported currencies:
 
/**
* Return all currencies supported by this gateway
*
* @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports
*/
public function getCurrencies() {
return array("AUD", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "JPY",
"NOK", "NZD", "PLN", "GBP", "SGD", "SEK", "CHF", "USD", "BRL");
}

 

 

Hope it helps a lot of ppl, and this currency is accepted on paypal, change it to be officially on next update ppl... Tnx to all!

  • 0
Posted

BRL is supported. Go to: /settings/company/currencies/active/ so you see it? If not you need to add it.

 

Add currency -> 

 

Currency Code (ISO 4217)

BRL

 

Format

1,234.56

 

Prefix Symbol:

R$

 

Suffix Symbol

BRL

 

Exchange Rate:

2.372699

  • 0
Posted

PayPal Payments Standard? This is a non-merchant gateway, so it will appear as an option to clients making payments on their account when they go to pay an invoice in a currency that you have set as acceptable for this gateway.

  • 0
Posted

Well the BRL doesn´t list on Paypal Standart module... so this is the problem i am talking about...

 

And i don´t know how to get the properly API ID and etc, from my paypal... I used F2B with is far better, but sadly blesta doesn´t support anything good for brasil yet..

  • 0
Posted

Well the BRL doesn´t list on Paypal Standart module... so this is the problem i am talking about...

 

And i don´t know how to get the properly API ID and etc, from my paypal... I used F2B with is far better, but sadly blesta doesn´t support anything good for brasil yet..

 

API go login PayPal then go to Profile >> My Selling Preferences >> API access (Update) >> Option 2 View or Remove API Signature >> Copy them to Blesta then click on Done.

 

I get Brazil customers and it worked on my old billing system and works on Blesta for me.

 

But on (https://www.paypal.com/uk/cgi-bin/webscr?cmd=_profile-currencies) I have every currency added to my account.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...