Set up a Sandbox Account

Anyone can request an account for the Sandbox. After the account is created, there are a few setup steps to complete before you can begin testing.

Note: If you also have an account for the Radial Payments & Fraud Portal, be aware that your Sandbox account is separate from your Portal account. Changing your Sandbox password, for example, does not affect your Portal password.

Create an Account

Complete the following steps to create a Sandbox account.

  1. Navigate to the Sandbox welcome page at https://dev.radial.com.
  2. Click Try the Sandbox. An account request popup displays.
  3. Enter your email address, which will serve as your user ID when you log in.
  4. Create a password. Make note of the password so you can use it later to log in.
  5. Submit the request. Radial receives your request and sends you an email message asking you to verify your email address.
  6. In the email, click the verification link. Clicking the link tells Radial that they have successfully reached you at the email address you provided.

Radial’s email also includes information that you might need for later testing steps:

  • Login credentials that you can use to access 3D Secure and Ajax tokenization and encryption.
  • A unique link that you can use to access your Radial Device Fingerprint JavaScript files.

Set up a New Account

After you create an account, complete the following steps to prepare for testing

  1. Sign in to the Sandbox, using your email address and password.
  2. Check your provisioning status on the Profile page. To check your provision status:
    1. Click the ☰ icon to display the Main Menu, and select Provisioning Status.
    2. In Status, review the status information.

    3. To view detailed information about provisioning for your test store, in View Logs, select Actions > View Provisioning Status.

    If the status is Active, you can proceed to testing using the Test Harness. If the status is not Active, it means that Radial is still setting up your test store. Check back after a day or so to see if the status has changed.

  3. Add user accounts to your store if desired. If several people will be involved with testing, you can add an account for each. To add a user:
    1. From the Main Menu, select Users.

    2. Click Add User.

    3. Enter name, email, password for the new user.

    4. Click Create User.

  4. To test webhooks integration, you must activate the webhook events that you plant to test. To activate webhook events:
    1. On the Main Menu, select Configuration > Webhook Configuration. The Event Configuration page displays a list of available webhook events.

    2. To activate one of the webhook events for testing, click the event’s Add button. A New Webhook popup displays.

    3. Enter the Username, Password, and URL to use for webhook testing.

    4. Click Create.

    For more information on Radial’s webhooks implementation, see Asynchronous API Operations through Webhooks.

  5. Verify that the Radial Payments service is responding. To verify the service:

    1. In the Main Menu, select API Test Harness. The Test Harness page displays
    2. In Service, select Payments.
    3. In Api, select Creditcard.Auth.
    4. In the Request text box, edit the sample message to change the transactionId attribute to a different value.
    5. Also change the OrderId element to a different value.

      Note: Transaction ID and Order ID are key values for the Payments service, and you will get more useful results if your test request contains new, unique values for these two items.

    6. Click Send Request.

    If a message appears in the Response field, the Payment service is responding as expected, and your test store can proceed with further Payments testing.

  6. Verify that the Radial Tax service is responding. To verify the service:

    1. In the API Test Harness, in Service, select Tax and Duties.
    2. In Api, select Taxes.Quote.
    3. Click Send Request.

    If a message appears in the Response field, the Tax Service is responding as expected, and your test store can proceed with further Tax testing.

  7. Verify that the Radial Fraud service is responding. To verify the service:

    1. In the API Test Harness, in Service, select Fraud.

    2. In Api, select Fraud.Assess.

    3. In the Request text box, edit the OrderId value so it matches the OrderId in your earlier Creditcard.Auth request.

      Note: Matching the OrderId between a Payments request and a Fraud request creates a realistic testing scenario.

    4. Click Send Request.

      If a message appears in the Response field, the Fraud Service is responding as expected, and your test store can proceed with further Fraud testing.