Jim Biggs wrote: > I'm attempting to configure and test the Paypal Payment Processor. > I've completed all the PayPal prerequisites in the sandbox, and I > entered the sandbox test site via my business user and personal user > accounts. > > My GetPaid Payment Processor Settings are: > >>> Paypal Website Payments Server = Sandbox >>> Paypal Id = PayPal API Username (see below) > > When I have Test Buyer attempts to checkout, a message is returned > that the credit card is not accepted. > > And, according to PayPal sandbox instructions, the API username, > password, and signature are required. How do I enter these into > GetPaid? > > *** Quote from PayPal Developer Central *** > For preconfigured shopping carts: Copy and paste the API username, > password, and signature into your shopping cart configuration or > administration screen. > > Credential: API Signature > API Username: the_paypal_generated_email_useri > API Password: mypassword > Signature: the_paypal_generated_signature " > > *** End Quote *** > > What am I missing?
You don't need the signature - the code does not use the pre-shared secret. It also does not need the api password - the email address of the merchant account is all you need to enter for the ID. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
