Get a transaction
Last updated
Last updated
GET /v1/transactions/{transactionId} HTTP/1.1
Host: stage-capi.wewireafrica.com
ww-api-key: YOUR_API_KEY
Accept: */*
{
"id": "text",
"amount": 1,
"balanceBefore": 1,
"balanceAfter": 1,
"fee": 1,
"reference": "text",
"memo": "text",
"type": "DEBIT",
"channel": "text",
"currency": "text",
"idempotencyKey": "text",
"parentId": "text",
"quoteId": "text",
"subCustomerId": "text",
"status": "PENDING",
"proofOfPaymentId": "text",
"description": "text",
"purpose": "text",
"createdAt": "2026-02-02T19:31:51.699Z",
"updatedAt": "2026-02-02T19:31:51.699Z",
"settledAt": "2026-02-02T19:31:51.699Z"
}