Skip to main content
GET
/
api
/
v1
/
transactions
/
{id}
Get transaction with a unique id
curl --request GET \
  --url https://api.dev.monei.cc/api/v1/transactions/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "statusCode": 123,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedDate": "2023-11-07T05:31:56Z",
    "user": {},
    "subwallet": {},
    "amount": 123,
    "type": "<string>",
    "nature": "<string>",
    "status": "<string>",
    "narration": "<string>",
    "wallet": {},
    "currency": "<string>",
    "reference": "<string>",
    "fincraReference": "<string>",
    "flutterwaveReference": "<string>",
    "flwId": "<string>",
    "metadata": {},
    "customer": {},
    "owner": "<string>"
  },
  "errors": {}
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

default - application/json
statusCode
number
required
message
string
required
data
object
required
errors
object
required