Initiate OAuth
Use this API to initiate the OAuth process by providing the necessary credentials to obtain the session details, which will be used to initiate the SDK.
Note: The X Client ID and X Client Secret mentioned in this API are obtained from the Merchant Dashboard while creating the app under 1-Click section.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD
Body
It displays the list of user identifiers.
It is the unique ID you create to identify the user session. The maximum character limit is 50. Alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"test_verification_id"
Response
Initiate Oauth Response Body Schema
It displays the unique ID you created to identify the verification request.
"test_verification_id"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
123
The expiration date and time of the session, in UTC format. Format YYYY-MM-DDTHH:mm:ssZ
"2024-12-31T23:59:59Z"
A unique identifier for the session associated with the request.
"session_id_value"
It displays the list of user identifiers provided in the request.
Was this page helpful?