On This Page
Step 5: Test Your Unified Checkout Integration
After configuring
Unified Checkout
, it's crucial to thoroughly test
your integration to ensure it works correctly and provides a smooth checkout experience
for your customers. This section outlines the steps to test your Unified Checkout
integration. - Set up your test environment:
- Log in to theBusiness Centeraccount using your test credentials.
- Switch to the test environment if not already in test mode.
- Set up a test website or application that integratesUnified Checkout.
- Use test card numbers to simulate different payment scenarios.For more test payment data, see Unified Checkout Test Cards.
- Test different payment scenarios:
- Successful transactions
- Declined transactions
- 3-D Secureauthentication, if applicable
- Different card brands
- Digital wallet payments, if configured
- Verify that the capture context object that you get from the sessions API is correct and that your integration can handle tokens.Ensure that your integration correctly handles the capture context and transient tokens throughout the payment process.
- Test error handling and edge cases.Simulate various error scenarios to ensure your integration gracefully handles and reports errors to the user.
- Verify webhook notifications, if configured.If you set up webhook notifications, ensure that your system correctly receives and processes them for various transaction events. For information about configuring your webhook notifications, see Webhooks Support.
AFTER COMPLETING THE TASK
After completing these testing steps, you should have confidence in your
integration. Remember to test in both the test and production environments before going
live.