Bulk External Transfer

Moves balance from your customer wallets to customer wallets of any builder — many recipients in one call. All-or-nothing validation with cross-item balance checks.

Body

requestReference

String

Optional idempotency key for the whole batch.

transfers

*Array

Up to 200 transfer objects. Each item: { fromWalletId, toWalletId, amount, narration? }. Both wallets must share channel, currency and environment.

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