ruby on rails - Change paypal acount in ActiveMerchant -


i need migrate paypal account , start receiving payments there. previous setup working great cant see figure out how migrate new account.

the existing paypal configuration follows:

test:   paypal_email: email@fake.com   paypal_secret: xxxxxxxxxx   paypal_cert_id: asljkdla334lj   paypal_url: "https://www.sandbox.paypal.com/cgi-bin/webscr"   key_pass: 0000 

in paypal account go "business setup" -> "get api credentials" -> "view api signature" , see different information looks this:

api username: somename.butnotemail api password: alksdfladsjlkajsdasdalksdj signature: afalksdjfal.asdflkjalsdfjalksfjqwefasdfaksdf.aksdjfhaksdfha 

first of not seem match , if try replace them payment leading "sorry — last action not completed" page.

can please give me insight on this? looking @ wrong place? can find credentials need?

any appreciated

thanks, in advance

from reading around, sounds api key isn't you're looking in ruby on rails. found on kestrel blackmore's site -- it's happens when credentials expire, can turn ends well.

http://www.kestrelblackmore.com/blog/rails-paypal-certificate-expiration


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -