How would I test payment methods within magento 1.8.0.0.?

user3021997 picture user3021997 · Nov 27, 2013 · Viewed 15.1k times · Source

I was just wondering if anybody knows how to test magento's payment options.

I have got a few questions.

  1. Do I need to change any code within any of the pages?
  2. Do I need to make any changes to the admin settings ?
  3. Is there a simple setting to test these payment methods out?
  4. Is there only certain payment methods that you can actually check?

Answer

Deependra Singh picture Deependra Singh · Nov 27, 2013

No you dont need to change any code. Its all handled from backend.

Generally for development purpose we use Cash on delivery or Check/Money Order payment method. So you just need to enable these method from backend.

For Testing Credit Cards enable 'Saved CC' Payment Method and during checkout use test credit card type VISA, card number 4111111111111111 with any date of future for Expiration Date and any cvv number

Additionally for proper payment gateway integration You will need to purchase payment gateway which will provide Magento Module along with it. This Payment Method will have 2 modes test and live that are configurable from banckend. So with test mode you can continue development and testing.

Similarly with Paypal. Yo can setup Sandbox test account. Module is already there.