Bulk Internal Transfer

Moves balance between up to 200 customer pairs in one call. Settles synchronously in one transaction — all-or-nothing.

Body

requestReference

String

Client-supplied idempotency key. Duplicate returns 409.

transfers

*Array

Up to 200 transfer objects. Each item: { fromCustomerId, toCustomerId, channel, currency, amount, narration?, fromProvider?, toProvider? }.

POST
/ v2/wallet/transfer/internal/bulk
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response