Endpoint
Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
x-signature-key | Yes | Request signature |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
transferItems | array | Yes | Array of items, each with an amount field |
Transfer item object
| Field | Type | Required | Description |
|---|---|---|---|
amount | number | Yes | Transfer amount in Naira |
Request example
Response
| Field | Type | Description |
|---|---|---|
totalAmount | number | Sum of all transfer amounts |
totalNumeroFee | number | Total of the fees you’re charged |
totalStampDuty | number | Total NGN stamp duty (government levy, not a Numero fee) |
totalFee | number | Grand total (totalNumeroFee + totalStampDuty) |
totalDeductible | number | Total that will be deducted from your balance |
feeBreakdown | array | Per-item fee breakdown |