Checkout API
Generate Link Token
Generate a Link Token.
GET
/
api
/
merchants
/
checkout
/
{checkout_id}
/
generate_link_token
header
The checkout ID that the merchant received in response to the POST Checkout request.
You will get this API key in the response of ‘generate api key button’ on merchant object.
Response
This Response field will return unique ‘link_token’ and status code 200 if the transaction succeeds.