Integration guide
Articheck Integration Guide for New Clients
Welcome to Articheck! Follow these technical steps to integrate our payment aggregator services into your system.
Step 1: Provide Technical Information
We need the following technical details from you:
Email address where billing reports will be sent.
URL for the webhook where we will send verification results.
Step 2: System Registration
We will register your company in our system:
Your company will be added to the "Partners" table in our admin panel.
A corresponding entry will be created for you in the "ApiKeys" table.
Step 3: Receive Your Credentials
You will receive the following credentials from us:
webhook_secret_key
: To validate webhooks from Articheck.api_key_value
andapi_key_secret_key
: For making API requests to Articheck.
Step 4: Admin Panel Access
We will create a user account for you in our admin panel. This will allow you to view information about your applicants directly. We will provide you with a login and password, and you can find all necessary credentials in the admin panel.
Step 5: Sandbox Environment
To test the integration, we offer a sandbox environment:
Separate credentials and URLs will be provided for the sandbox and production environments.
A feature flag in your profile will allow you to switch between sandbox and production modes.
Step 6: Implementation Steps
You can now start using Articheck services:
External Clients: You will receive an iframe or instructions on how to prepare it, along with an example method to obtain a token.
Internal Clients: Use the
/v1/auth/get_sumsub_sdk_token
endpoint to get a token from Sumsub, which you will use within your iframe.
Step 7: Webhook Notifications
Verification results will be sent to the webhook URL you provided.
Additional Information
For sandbox testing, we can provide a demo mode with mock responses. This will be a separate service to avoid confusion with production data.
You will receive a monthly report with statistics (and billing information in the future) sent to your email.
If necessary, a shared account can be provided for sandbox access.
By following these steps, you will be able to successfully integrate with Articheck and start using our payment aggregator services. If you have any questions, feel free to contact our support team.
Last updated