Tokenize a Transaction
To create a permanent token from a transactional token, you can utilize the following method in your application or interface. This method takes in a transactional token as input and generates a permanent token, which is securely stored in the Firstoken vault.
POST /V1/requests/:transactionID/tokenize
curl -X POST https://api.firstoken.co/transactions/requests/{{transaction_id}}/tokenize'
-H 'x-api-key: YOUR_API_KEY'
-H "Content-Type: application/json"
Last updated
Was this helpful?