Skip to main content
POST /api/v1/payouts Idempotency-Key required. Idempotency.
channelFields
mobilephone, network
bankSee API reference
Get balance first. Payout events use merchant default URLs (not sent on this request).

API reference

POST /api/v1/payouts
curl -X POST "https://meet.briq.tz/api/v1/payouts" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: $(uuidgen)" \
  -d '{"amount":20000,"currency":"TZS","channel":"mobile","phone":"255700000000","network":"VODACOM","reference":"PAYOUT_001"}'