Skip to main content
GET
Get transaction information

Path Parameters

connection_id
string<uuid>
required
consumer_id
string<uuid>
required

Query Parameters

client_request_id
string
required

Response

Successful Response

created_on
string<date-time>
required

Date and time when the API transaction started (UTC).

Example:

"2024-05-15T12:34:56Z"

method
enum<string>
required

HTTP method of the original request.

Available options:
GET,
POST,
PUT,
PATCH,
DELETE,
HEAD,
OPTIONS
Example:

"POST"

route
string
required

Path of the original request.

Example:

"/consumers/a65f95f4-7188-4866-a3ff-eb0fe17958c3/accounting/suppliers"

status_code
integer
required

HTTP status code returned by the original request.

Example:

200

created_entity_id
string | null

Identifier of the entity created by the request, when applicable (typically for POST).

Example:

"inv_123"