Ruby on Rails and Paypal outside the U.S.

I am using Rails 3.2.13 and I need to integrate with a payment gateway (preferably Paypal).

I saw railscasts Ryan using ActiveMerchant, but I can not get it to work (I am in Greece), the error says that the seller is not available in my country.

I cannot get the credentials of the API for Greece as shown enter image description here

Is there a way (activemerchant or not) so that I can integrate the Ruby on Rails application with Paypal from Greece to accept payments?

thank

+5
source share
3 answers

PayPals Merchant API only works in the countries listed above.

+1
source

railscasts PayPal, . paypal-recurring gem, .

, Premier Business, API IPN PayPal.

, sandbox PayPal, , .

gem, , .

, , request_payment create_recurring_profile. , , PayPal , .

+4

All Articles