Skip to main content
GET
Get latest Status Detail
Deprecated

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transaction_id
string<uuid>
required

The unique identifier of the member transaction

Example:

"136e34f9-1eb5-4b31-af53-b3a37ef225ba"

Response

200 - application/json

Successful Response - Returns the latest Status Detail

event_created
integer
required

Timestamp indicating when the status detail was created

Example:

"1673452723"

status_detail
enum<string>
required

Type of Status detail

Available options:
noyo_accepted,
carrier_accepted,
carrier_processing,
carrier_completed,
noyo_verified
Example:

"carrier_accepted"