Quick Lookup
Understand the basics of SingleView APIs for a smoother experience!
A registered account is all you need to kickstart your journey and explore SingleView APIs. Go through the following details to access and experience SingleView effortlessly.
Configure your SingleView account
What to do? | What you get? |
---|---|
Log into your API user account at SingleView API User Platform and set up your account by configuring your profile and managing the settings. The options in the settings may vary depending on the type of API and user roles. | A customized API account that works on the given set of instructions configured by the user |
Authentication Inputs
Below are the various authentication parameters/tags/inputs that are crucial for the validation of requests:
JSON Tag/Input | Description | Locate or Generate | Point of use |
---|---|---|---|
Username/userName | Username of SingleView API user account | Received in the account approval notification at the time of registration | Log in at SingleView API User Platform |
Password/password | Password of SingleView API user account | Received in the account registration approval notification email | Log in at SingleView API User Platform |
clientId | Client ID Unique client identification | Profile > Client info | In the header of every request |
clientCode | Client Code or Client Secret Unique client code or secret | Profile > Client info | In the header of every request |
Signature Key | Signature Key Unique client key to generate signature | Profile > Client info | In the header of every request |
signature | Signature 64-bit string obtained by processing Signature Key using SHA-256 algorithm | Generated using Signature Key See Get Signature | In the header of every request |
sid | Session ID Unique ID assigned to the user for a specific duration (session) | Provided upon successful login request. See Login | In the header of every request |
Authorization: Bearer | Bearer or Access Token Unique Token Identification assigned to the user for a specific duration of their visit | Provided upon successful login request. See Login | In the header of every request |
OTP/otp | One-Time Password/Passcode Password or passcode to authenticate and validate a payment action | Generated by sending a request. See Generate OTP | Used in the body of a payment processing request to authenticate and validate the action |
payToken | Payment Token Token to authorize and validate a payment action | Generated at the user-end | Used in the body of a payment processing request to authorize the action |
APIs & Authentication Requirements
API | Authentication requirements |
---|---|
Data API | Client ID Client Code Signature Authorization Bearer |
Payments API | Client ID Client Code Signature Authorization Bearer OTP Pay Token |
Updated 7 months ago