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