Follow a step-by-step path to integrate with the SingleView B2B API Suite
This guide provides an overview of the integration journey for the SingleView B2B Core APIs. It outlines the key steps required to access the platform, configure security, test your implementation, and prepare your application for production use.
Whether you are integrating Data APIs, Payment APIs, or both, following the recommended integration process will help ensure a secure and successful deployment.
Begin by creating a developer account to access the SingleView platform.
Account registration provides access to the developer portal, API documentation, environment details, and integration resources required to get started.
What you'll do:
You can access the developer portal and begin preparing your application for integration.
Before connecting to the sandbox environment, ensure that your application and development environment meet the required prerequisites.
The sandbox environment allows you to test API functionality, validate request flows, and familiarize yourself with platform behavior before moving to production.
Things you'll need:
Recommended Preparation
Your development environment is ready for sandbox testing.
All communication with the SingleView platform must occur through secure channels.
The platform uses industry-standard security protocols to protect data exchanged between client applications and API services.
What you'll do:
Your application can securely communicate with SingleView API services.
Before accessing API services, your application must successfully authenticate and authorize API requests.
SingleView uses a layered security model that combines access tokens and request signatures to verify the identity of calling applications and ensure message integrity.
What you'll do
Your application can securely access protected API endpoints.
Once authentication has been configured, you can begin interacting with the available API services.
The recommended approach is to start with a simple API request to validate connectivity, authentication, and response handling.
Typical Validation Activities
You have successfully connected to the platform and completed your first API interaction.
Before migrating your application to the production environment, ensure that all operational, security, and compliance requirements have been satisfied.
Production access is intended for live business transactions and requires additional readiness validation.
Requirements
Your application is prepared for production onboarding and deployment.
After completing testing and meeting all production readiness requirements, you can transition your integration to the production environment.
This process enables your application to access live services and process real business transactions.
What you'll do:
Your application is successfully integrated with the SingleView B2B API Suite and ready to operate in a live environment.
For detailed implementation instructions, refer to the Authentication, API Reference, and Service-Specific Guides sections of the documentation.