Implementation Test Data

Test Consumer Data

Skipify cannot generate test consumer data in our staging environment because it requires having access to phone numbers which can receive SMS messages. Here is what we recommend for generating test Skipify users as you develop your implementation:

Consumer SMS Numbers

There are several very cheap and free options you can use to create SMS numbers which can receive messages from Skipify which we recommend:

In staging only: Once you've tested OTP during development, you can use the generic phone number 1(111) 111-1111 along with any 6 digit code (other than 000000 or 111111) to bypass the OTP process in future tests.

Consumer Email Addresses

Once you have test SMS numbers configured, we recommend creating multiple test consumer accounts with a single email address. Most email clients support adding a tag (e.g. "+tagname") to the end of your email address and will route emails sent to that address as if it did not have that tag. Skipify will treat these as different email addresses/consumers. You can use the same SMS number for different consumers, so you might create a set of different test consumers similar to the example below:

Email Address (Primary Key, Unique)Phone Number (Not Required to Be Unique)
[email protected]555-xxx-xxxx (Google Voice 1)
[email protected]555-xxx-xxxx (Google Voice 1)
[email protected]303-xxx-xxxx (Google Voice 2)

Using this pattern, you can create as much test data as you need to ensure that your integration works properly across a variety of consumer accounts.

Test Credit Card Data

As you are testing in the Skipify staging environment, real credit card data will not work. You can use the following credit card numbers to test various scenarios. A 4 digit CVV must be used for American Express card numbers, all other card numbers may use a 3 digit CVV.

TypeNumberOutcome
Visa4111111111111111Success
Visa4000000000000002Declined by Gateway
Visa4000000000000051Card Number Declined
Visa4000000000000119Declined, Contact Bank
American Express378282246310005Success
American Express371449635398431Success
American Express Corporate378734493671000Success
Diners Club30569309025904Success
Discover.6011000990139424Success
JCB6011000990139424Success
MasterCard5555555555554444Success

Additional Test Card Detail by Platform

Express
Express has additional triggers to aid in development in handling different circumstances during the payment process. Express Test Cards and Response Codes can be viewed in the site: https://developerengine.fisglobal.com/apis/express/features/test-triggers

🚧

Avoid Express Test Triggers

Note that any amount of $33.00 or greater will be approved and avoid test logic.

Raft
Cards and Response Codes:
Coming Soon