initiate
abstract suspend fun initiate(gatewayId: GatewayId, recipientRef: String, amount: Money, idempotencyKey: String): PayoutSnapshot
POST /payouts. idempotencyKey must be stable across retries of the SAME logical payout attempt, same contract as PaymentBackend.createOrder's.