GetTransactionById API
Base Endpoint:
GET https://api.vlenseg.com/api/Transactions/GetTransactionById
Overview:
This endpoint retrieves the details of a specific transaction by its ID. The response contains metadata about the transaction, including steps, client transaction details, and verification status. The API requires authentication using a bearer token and an API key.
Headers:
ApiKey (required): The API key for authenticating the request.
TenancyName (required): The tenancy name that identifies the tenant.
Authorization (required): Bearer token for user authentication, obtained from the Login API.
This endpoint retrieves transaction details, including steps and client transaction info.
The unique identifier of the transaction.
Successful response
Invalid request
Unauthorized
Transaction not found
Last updated