PHP Classes

Use Sandbox

Recommend this page to a friend!

      Paypal NVP  >  All threads  >  Use Sandbox  >  (Un) Subscribe thread alerts  
Subject:Use Sandbox
Summary:Can we use your classes with SandBox account
Messages:2
Author:Yogi Yang
Date:2009-07-24 07:16:35
Update:2009-07-24 12:16:36
 

  1. Use Sandbox   Reply   Report abuse  
Picture of Yogi Yang Yogi Yang - 2009-07-24 07:16:36
I am new to Paypal and Payment processing gateway programming.

I want to use your Paypal NVP class for first testing on sandbox and then in production.

Can I use it in SandBox? If yes what parameters have I to change in which classes?

Thanks in advance.


  2. Re: Use Sandbox   Reply   Report abuse  
Picture of Richard Munroe Richard Munroe - 2009-07-24 12:16:36 - In reply to message 1 from Yogi Yang
Well, for starters, look at the examples provided with the class, that should get you a fair way towards figuring out the underlying implementation.

The transport class is responsible for getting a request from your machine to Paypal's machine. The constructor for that class takes an [optional] URL for the destination so as long as you're talking with something that speaks the appropriate API you should be able to use this stuff.

If it's a sandbox or not that's up to you.

Best,

Dick Munroe