Retrieve a Transaction
You can use this method to retrieve an entire capture data. This method returns sensitive data captured in the transaction process.
GET /V1/request/:id
curl -X GET https://api.firstoken.co/transactions/requests/:id
-H 'x-api-key: YOUR_API_KEY'
-H "Content-Type: application/json"
Last updated
Was this helpful?