Regenerate Authentication Token


A merchant can regenerate authentication token with previously expired token.

   Merchant will get unique AuthToken. Using this AuthToken, merchant can access transaction APIs.

How to regenerate auth token?

The POST request will be send over HTTPS to the transactionServices/REST/v1/regenerateToken endpoint.

In our API Specifications you can find a full list of parameters that can be sent in the initial request.


Sample Request

Language:
curl https://preprod.facilero.com/transactionServices/REST/v1/regenerateToken \
	-d "authentication.partnerId=195" \
	-d "authToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjb25tZXJjaGFudDEiLCJyb2xlIjoibWVyY2hhbnQiLCJpc3MiOiJQWiIsImV4cCI6MTUwMTE0NjY0MX0.TFmGGKDUgkktmZQvrUTeox1buH1J6lgBVE3Mcy8OVjA"

Sample Response

Language:
{
 "partnerId": "195",
 "memberId": "11344",
 "result": {
  "code": "200",
  "description": "Token generated successfully"
 },
 "timestamp": "2018-06-23 12:47:43",
 "LoginName": "testdoc",
 "AuthToken": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkb2NzcGFydG5lcjEiLCJyb2xlIjoicGFydG5lciIsImlzcyI6IlBaIiwiZXhwIjoxNTY1MzQ2NzM1fQ.rAt8ZLqP1gLqtXyhluA5-9-TM1C6ya-pFT16U8xqdZY"
}
Copyright © Facilero 2025 . All Rights Reserved