Testing in Development

To facilitate your testing of the SDK's different states and responses, we've provided a collection of test credentials. Utilize these credentials to replicate diverse scenarios you may encounter in the production environment.

Test Credential Scenarios

Below is a list of test credentials and their corresponding scenarios:

Successful Authentication

To simulate a successful authentication, use the following credentials:

  • Username: user_good
  • Password: pass_good

Invalid Credentials

To simulate a failed authentication due to invalid credentials, use the following credentials:

  • Username: credentials
  • Password: failed

One-Time Password (OTP) Failure

To simulate a failed authentication due to an incorrect OTP, use the following credentials:

  • Username: otp
  • Password: failed

Account Failure

To simulate a failed authentication due to an account issue, use the following credentials:

  • Username: account
  • Password: failed

Merchant Failure

To simulate a failed authentication due to a merchant issue, use the following credentials:

  • Username: merchant
  • Password: failed

Card on File (CoF) Not an Option

To simulate a failed authentication due to the card on file not being an option, use the following credentials:

  • Username: cof-not-option
  • Password: failed

Card Not Supported

To simulate a failed authentication due to the card not being supported, use the following credentials:

  • Username: card-not-supported
  • Password: failed

By using these test credentials, you can ensure a more robust testing experience and be better prepared for various scenarios that may occur during the SDK integration process.