Consumer API
Create Link Token
Create a Link Token.
GET
/
api
/
consumers
/
checkout
/
{checkout_id}
/
create_link_token
/
header
The checkout ID that the merchant received in response to the POST Checkout request.
The authentication token that you will get in the success response on ‘verify_user’ api.
The Merchant User Token is received as the response to the API call generate_link_token
.
Response
This Response field will return unique ‘link_token’ and status code 200 if the transaction succeeds.