Toucan Testing
Ensure your Toucan integration works correctly by simulating network tokenization in the Toucan sandbox.
Step 1: Request Access to Toucan
The Toucan sandbox is not available for self-signup at this time.
Complete our registration form if youâre interested in Toucan. The Pagos Accounts team will email you with an invitation to our Toucan Sandbox environment. Follow the link in the invitation to confirm your email address, create a Sandbox password, and complete your account setup.
Step 2: Generate Your Toucan Sandbox API Keys
To generate your API keys:
- Log into your Sandbox.
- Click your profile icon in the navigation bar, then click Manage API Keys.
- Click Create API Key.
- Save the Client Key and Private Key in your secrets for future reference.
Important
This is the only time you can view this Private Key!
These API Keys are universal across the sandbox and will be used for testing both Toucan and Loon.
Step 3: Test Toucan
You're ready to begin testing the full capabilities of Toucan. Follow the instructions in our Toucan Tokenization Overview to perform the following actions in the Sandbox using our test values below.
- Authentication
- Provision a network token
- Transaction with a network token
- Confirm the status of a network token
Toucan Test PANs
VISA TEST PAN | PROVISIONING RESPONSE |
---|---|
4111111111111111 | Success |
4012888888881881 | Success |
4330251207506660 | ProvisionDataExpired |
4539097887163333 | CardVerificationFailed |
4929980395567582 | CardNotEligible |
4929544240318920 | CardNotAllowed |
4916725297925395 | CardDeclined |
4711358892785746 | ProvisionNotAllowed |
MASTERCARD TEST PAN | PROVISIONING RESPONSE |
---|---|
5555555555554444 | Success |
5105105105105100 | Success |
5461310156953048 | ProvisionDataExpired |
5325191087030619 | CardVerificationFailed |
5580422612666704 | CardNotEligible |
5157204564548129 | CardNotAllowed |
5336475987107024 | CardDeclined |
5233580618829955 | ProvisionNotAllowed |
AMEX TEST PAN | PROVISIONING RESPONSE |
---|---|
378282246310005 | Success |
371449635398431 | Success |
370488998077498 | ProvisionDataExpired |
373555735376156 | CardVerificationFailed |
378025849667382 | CardNotEligible |
348322853530243 | CardNotAllowed |
375155165213132 | CardDeclined |
348835199015504 | ProvisionNotAllowed |
Updated 18 days ago