Processing Integration Test

Credit Card

Which card numbers should I use for testing?

NumberBrandDescription
4012888888881881VISAAPPROVED
4242424242424242VISADECLINED
4900000000000086VISANOTENROLLED

For Credit Card testing, you can use any three digit number for CVV and a valid future day for Expration Date.
CVV : 123
Expiry Date : 10/2025

Redeem Process

Our system automatically generates voucher codes at the below payment methods.

  • Visa

Print Redeem Form

We are automatically generating a redeem form that is generated in the response parameters. You must base64decode the “ returnForm” and print into your return page.

!! IMPORTANT !!

When the redeem process completed customers will stay at merchants return page which is provided by request parameter (returnUrl)

<?php echo base64_decode($_REQUEST[‘returnForm’]); ?>

Did this page help you?