Skip to main content
GET
/
api
/
settlement
/
status
/
{txn_id}
Check settlement status for a transaction
curl --request GET \
  --url https://mag3nt.com/api/settlement/status/{txn_id} \
  --header 'Authorization: Bearer <token>'
{
  "transaction_id": "<string>",
  "status": "<string>",
  "tx_hash": "<string>",
  "settled_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

txn_id
string
required

Response

200 - application/json

Settlement status

transaction_id
string
status
string
tx_hash
string | null
settled_at
string<date-time> | null