This request uses the transaction ID, passed as a parameter in the URL to specify the specific transaction for which you want to retrieve the latest information. This allows you to follow up on the process by referencing the specific transaction ID.
GET /v1/payments/transactions/:id
curl –X GET 'https://api.firstoken.co/v1/payments/transactions/:id' \
--header 'x-api-key: YOUR API KEY'
id: string
A valid transaction_id received in previous requests.
Example of the JSON response
The response depends of the status of the id that is passed through params in the request