/transactions/:id

Retrieve information about a specific transaction

Response Schema:

{
	"status": boolean,
	"message": string,
	"data": {
		"id": string,
		"amount": string,
		"currency": string,
		"narration": string,
		"type": "credit" | "debit",
		"datetime": date-time,
		"accountId": string,
		"balance": string | null
	}
}
Language
Credentials
Header