curl --request GET \
--url https://dev.cashweb.cash/api/v1/partner/transactions/{id}/status-history \
--header 'X-API-KEY: <api-key>'{
"data": {
"history": [
{
"changed_at": "2026-02-12T12:04:10Z",
"from_status": "order_filled",
"metadata": null,
"reason": "order:settled",
"to_status": "completed"
}
],
"id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"status": "completed"
},
"success": true
}Returns the audited timeline of status transitions for one transaction. Use this endpoint to explain current state and reconciliation progression.
curl --request GET \
--url https://dev.cashweb.cash/api/v1/partner/transactions/{id}/status-history \
--header 'X-API-KEY: <api-key>'{
"data": {
"history": [
{
"changed_at": "2026-02-12T12:04:10Z",
"from_status": "order_filled",
"metadata": null,
"reason": "order:settled",
"to_status": "completed"
}
],
"id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"status": "completed"
},
"success": true
}Partner transaction identifier
Status history retrieved