Skip to main content
GET
List business transactions
Returns a list of NGN wallet transactions (e.g., collections, withdrawals, refunds) for the business.

Environment Notes

  • Transaction records created from test keys are tagged with environment: "test".

Authorizations

x-api-key
string
header
required

Merchant API Key (e.g., nexa-prod-... or nexa-test-...)

Headers

x-business-env
enum<string>
default:prod

Target environment selector (live production vs. simulated sandbox).

Available options:
prod,
test

Query Parameters

limit
integer
default:50

Number of transactions to return. Max 200.

Response

List of transactions retrieved successfully.

success
boolean
Example:

true

transactions
object[]