Create a session to update the Security Code from a Commerce Token using our SDK.
cURL
curl --request POST \ --url https://sandbox.hellgate.io/tokens/{id}/refresh-session \ --header 'X-API-Key: <api-key>'
{ "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
The ID of the Commerce token
Success response
The ID of the session which needs to be used to initialize the SDK.