cURL
curl --request GET \ --url https://fulfillment.noyo.com/api/v1/member_transactions/{transaction_id}/status_details/latest
{ "event_created": 1673510869, "status_detail": "carrier_accepted" }
Returns the latest status detail for a given transaction.
The unique identifier of the member transaction
"136e34f9-1eb5-4b31-af53-b3a37ef225ba"
Successful Response - Returns the latest Status Detail
The response is of type object.
object
Was this page helpful?