SDK Test Credentials
In order to help you test the different states and responses of the SDK, we have provided a set of predefined test credentials. You can use these credentials to simulate various scenarios that you might encounter during the integration process.
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.
Updated 9 days ago