Become a user
Sign up to explore, integrate, and build with SingleView
NoteAccess to SingleView B2B Payouts & Info APIs is exclusive to registered and authorized users. New users must create an account and log in to access SingleView API services.
Onboarding Requirements
The users interested in accessing SingleView B2B API services need to share the following information and meet the mentioned prerequisites:
- User needs to share the details of their Public IPs and Certificates (Self-signed or Authorized) for
Whitelisting
purpose - Share the service-required documents
- Get registered with the bank and get the company code
Upon successfully registering and completing prerequisite formalities, the user will receive a Client ID and Client Secret to access SingleView API Services.
Register an account
Send your registration request via email to [email protected]. Make sure to explain your requirements and include the following information:
- Your name and company name
- Contact information and email address
- Details of the APIs and service requirements
- Names of the interested banks to access
- Expected number of users, requests, etc.
Post-application process
Upon submission of your application, you can expect a prompt response from the communication channels provided. Our team will gather and verify your requirements to propose an appropriate solution.
The team will assist you to get onboarded and start your journey with SingleView.
mTLS Authentication
Mutual Transport Layer Security (mTLS) is a mutual authentication method that verifies the parties at each end of a network connection by using a private key.
The following steps are involved while creating an mTLS protocol:
Step 1 Client shares CSR with SingleView via email to [email protected]
Step 2 SingleView signs the certificate using root CA and shares it back with the Client
Step 3 The Client uses this certificate with their private key during the handshake
Need help with mTLS authentication?Send us an email at [email protected] to get detailed information and sample code to complete the mTLS authentication procedure.
Service Validations
Every request goes through a series of validations based on the type of service. The following are the various validations required to access the concerned SingleView B2B Services API:
B2B API Service | Service Validations |
---|---|
Account Information Services | |
Account statement | - Signature verification
|
Balance enquiry | - Signature verification
|
IBAN verification | - Signature verification
|
Payouts | |
Payouts | - Signature verification
|
Post-payment enquiry | - Signature verification
|
Payroll payouts | - Signature verification
|
Payroll payments enquiry | - Signature verification
|
Parts of the request
Message
This part carries the information that is required to authenticate a request. This includes Client ID, Client Secret, and Access Token.
Body
This part includes the information about the request created on the backend of the client application.
Signature
An encrypted string is obtained by processing the request body with a private key/certificate through SHA-256 with an RSA algorithm (crypto: JCE sign).
Updated 13 days ago