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 Secure Share 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.
Response
Initiate Oauth Response Body Schema
The expiration date and time of the session, in UTC format. Format YYYY-MM-DDTHH:mm:ssZ
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
A unique identifier for the session associated with the request.
It displays the list of user identifiers provided in the request.
It displays the unique ID you created to identify the verification request.
Was this page helpful?