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.

Get transaction details by ID

get

This endpoint retrieves transaction details, including steps and client transaction info.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idstring · uuidRequired

The unique identifier of the transaction.

Responses
200

Successful response

application/json
get
/api/Transactions/GetTransactionById

Last updated