Skip to main content
GET
/
api
/
v3
/
dashboard
/
bulk-payments
/
api
/
batches
/
{batchId}
/
payments
Get payments for a specific batch
curl --request GET \
  --url https://sandbox-api.kotanipay.com/api/v3/dashboard/bulk-payments/api/batches/{batchId}/payments
Get all individual payments for a specific bulk payment batch.

Path Parameters

batchId
string
required

Query Parameters

page
number

Page number

limit
number

Items per page

status
string

Filter by status

currency
enum<string>

Filter by currency

Available options:
KES,
GHS,
NGN,
ZAR,
ZAR,
USD,
XOF,
ZMW,
XAF,
SLE,
CDF,
TZS,
UGX,
EGP,
MWK,
RWF,
ETB,
MZN,
LSL,
GNF,
USDT,
BTC,
ETH,
USDC

Response

200

Batch payments retrieved successfully