Session Token
Access Token lets you transact and fetch details from a particular user account. To generate an Access token, you must pass the API Key, Request Token, and API secret. to create an Access token.
Endpoint
Header Parameters
Name
Value
Content-Type
application/json
Token
<Token>
Request Parameters
ATTRIBUTE
DESCRIPTION
API_SECRET
The apiSecret generated during Merchant Onboarding step for the specific merchant
API_KEY
The apiKey generated during Merchant Onboarding step for the specific merchant
Request
Response
Last updated