This page is intended to guide you through the best practices for testing your integration with Worldnet.
Make sure all the testing is done against one of our sandbox accounts. Testing on a live account can cause problems such as:
You should ensure that your test environment is configured as close as possible to your live environment, particularly:
If you're using our Hosted Pages solution, you should seriously consider implementing Background Validation.
With background validation you can provide a webhook to which our host will send the result of every transaction in addition to the response you already get from the page. This ensures that your order system accurately reflects the transaction result even in the case where the cardholder redirect fails.
The PCI DSS states that you should never use live cards in a test environment, otherwise this environment is also subject to PCI audit and DSS rules.
Testing will be quite specific depending on the shopping cart and plug-in being used. You should cover all the relevant test above for your integration method, even though the functionality is obscured by the plug-in you are using, the issues outlined above can still occur.
Other shopping cart issues that should be tested are:
Initial testing doesn't require a dedicated test account, you can use our sandbox to get started. Ready to play around? Sign up for a sandbox account.
Test cards that can be used on our host are:
CARD SCHEME | CARD NUMBER | REQUIRES CVV |
---|---|---|
American Express | 3400000000000000 | Y |
Debit MasterCard | 5100270000000007 | Y |
Diners | 3600000000000008 | N |
Discover | 6011000000000004 | Y |
JCB | 3528000000000007 | Y |
Maestro | 5000330000000000 | Y |
MasterCard | 5001650000000000 | Y |
Switch | 6301144000000009 | N |
Visa Credit | 4539858876047062 | Y |
Visa Debit | 4000060000000006 | Y |
Visa Electron | 4001020000000009 | N |
Currently, EBT processing is only supported by FiServ and TSYS processors.
CARD NUMBER | BENEFIT CATEGORY | PIN |
---|---|---|
6007602801003837964 | Food Stamp | 1234 |
6007602801003837965 | Food Stamp | 1234 |
6007602801003837967 | Cash Only | 1234 |
6007602801003837968 | Cash Only | 1234 |
6007602801003837969 | Cash Only | 1234 |
6007602801003837971 | Inactive card | 1234 |
4-digit
(Amex) or 3-digit
(other brands) numeric code.
Simulate responses by using different cent amounts for transactions. The cent values and their respective responses are:
Cent Value | Response |
---|---|
0.01 | Declined |
0.02 | Referral |
0.03 | CVV failure (Decline) |
Any other | Authorised |
Meaning that if you enter 5.01
, 99.01
or 1754.01
you will get a decline, for example.
For large merchants, Worldnet will be happy to provide you with specialized test scripts and help with any struggle you may go through during integration. Feel free to contact our team of experts.